We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1b6df commit 8e88bf7Copy full SHA for 8e88bf7
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: zensical build --clean
36
- uses: actions/upload-pages-artifact@v4
37
with:
38
- path: site
+ path: "docs/site"
39
- name: Deploy to GitHub Pages
40
id: deployment
41
uses: actions/deploy-pages@v4
0 commit comments