Skip to content

Commit 03c2ed3

Browse files
authored
Merge pull request #412 from crlf0710/fix-links
Change CI mdbook output path to make the URL consistent.
2 parents e1ffc1e + 1c7ba9f commit 03c2ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
touch target/doc/.nojekyll
6363
curl -LsSf https://raw.githubusercontent.com/rust-lang/simpleinfra/master/setup-deploy-keys/src/deploy.rs | rustc - -o /tmp/deploy
64-
cp -r book/book target/doc/book
64+
cp -r book/book/html target/doc/book
6565
(cd target/doc && /tmp/deploy)
6666
env:
6767
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}

0 commit comments

Comments
 (0)