Skip to content

Commit 527783b

Browse files
committed
ci: fix docs path
1 parent de09ca4 commit 527783b

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upload artifact
2828
uses: actions/upload-pages-artifact@v3
2929
with:
30-
path: zig-out/docs
30+
path: docs/zig-out/docs
3131

3232
- name: Deploy to GitHub Pages
3333
id: deployment

0 commit comments

Comments
 (0)