Skip to content

Commit e0c176c

Browse files
authored
Fix deploy after linkcheck
1 parent d4d339a commit e0c176c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_branch: gh-pages
31-
publish_dir: ./book/book
31+
publish_dir: ./book/book/html
3232
cname: createlang.rs
3333
allow_empty_commit: true

0 commit comments

Comments
 (0)