We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1dd7d commit bc009e6Copy full SHA for bc009e6
.github/workflows/deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Upload Build Artifact
53
uses: actions/upload-pages-artifact@v3
54
with:
55
- path: build/hacklang.org
+ path: build
56
57
deploy:
58
name: Deploy to GitHub Pages
0 commit comments