Skip to content

Commit 8e88bf7

Browse files
committed
Fix docs workflow
1 parent 4a1b6df commit 8e88bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: zensical build --clean
3636
- uses: actions/upload-pages-artifact@v4
3737
with:
38-
path: site
38+
path: "docs/site"
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)