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 734fc48 commit 46814d3Copy full SHA for 46814d3
.github/workflows/website.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Upload static files as artifact
26
uses: actions/upload-pages-artifact@v3
27
with:
28
- path: ./public/
+ path: website/public/
29
30
deploy:
31
needs: build
0 commit comments