We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb7ec1 commit 69bf072Copy full SHA for 69bf072
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Upload artifact
26
uses: actions/upload-pages-artifact@v2
27
with:
28
- path: ''
+ path: 'build'
29
- name: Deploy to GitHub Pages
30
id: deployment
31
uses: actions/deploy-pages@v2
0 commit comments