We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1ffc1e + 1c7ba9f commit 03c2ed3Copy full SHA for 03c2ed3
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
touch target/doc/.nojekyll
63
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
+ cp -r book/book/html target/doc/book
65
(cd target/doc && /tmp/deploy)
66
env:
67
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
0 commit comments