We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708a952 commit a7005dfCopy full SHA for a7005df
1 file changed
.github/workflows/pages.yaml
@@ -54,6 +54,8 @@ jobs:
54
- name: Upload artifact
55
# Automatically uploads an artifact from the './_site' directory by default
56
uses: actions/upload-pages-artifact@v3
57
+ with:
58
+ path: docs/_site
59
60
# Deployment job
61
deploy:
0 commit comments