Skip to content

Commit f9d7a29

Browse files
committed
Fix deploy path
When adding the linkchecker renderer, that changed mdbook to give each renderer a separate path.
1 parent ea0d319 commit f9d7a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Upload artifact
2121
uses: actions/upload-pages-artifact@v3
2222
with:
23-
path: ./book
23+
path: ./book/html
2424

2525
deploy:
2626
if: github.repository_owner == 'rust-lang'

0 commit comments

Comments
 (0)