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 9186a5a commit b1146c9Copy full SHA for b1146c9
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/upload-pages-artifact@v2
50
with:
51
# Upload entire repository
52
- path: build
+ path: "build"
53
- name: Deploy to GitHub Pages
54
id: deployment
55
uses: actions/deploy-pages@v2
0 commit comments