We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a940e commit 8c2b819Copy full SHA for 8c2b819
1 file changed
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Upload Build Artifact
33
uses: actions/upload-pages-artifact@v3
34
with:
35
- path: build
+ path: ./docs/build
36
37
deploy:
38
name: Deploy to GitHub Pages
0 commit comments