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 313e047 commit e440a11Copy full SHA for e440a11
1 file changed
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Upload Artifacts
26
uses: actions/upload-pages-artifact@v3
27
with:
28
- path: '/build/'
+ path: 'build/'
29
30
deploy:
31
needs: build_site
0 commit comments