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 0eed485 commit c5e2680Copy full SHA for c5e2680
.github/workflows/deploy-to-gh-pages.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: "Upload site artifact"
41
uses: "actions/upload-pages-artifact@v3"
42
with:
43
- path: "./_site"
+ path: "./_output"
44
45
46
deploy:
0 commit comments