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 4febbd7 commit 5035d1dCopy full SHA for 5035d1d
.github/workflows/pages.yml
@@ -56,6 +56,8 @@ jobs:
56
- name: Upload artifact
57
# Automatically uploads an artifact from the './_site' directory by default
58
uses: actions/upload-pages-artifact@v3
59
+ with:
60
+ path: docs/_site
61
62
# Deployment job
63
deploy:
0 commit comments