We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5381ecc commit 41d7848Copy full SHA for 41d7848
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
id: deployment
23
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
24
with:
25
- path: site/
+ path: site/docs/
26
27
# Deployment job
28
deploy:
0 commit comments