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 7da0cfc commit 467c66bCopy full SHA for 467c66b
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Upload artifact
60
uses: actions/upload-pages-artifact@v3
61
with:
62
- path: ./docs/out
+ path: ./out
63
retention-days: 2
64
deploy:
65
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments