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 3ed3024 + 7c6d47e commit 780daa7Copy full SHA for 780daa7
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
run: rustup update stable --no-self-update && rustup default stable
49
- name: Build book
50
run: cargo run -- build guide
51
- - name: Deploy to GitHub
+ - name: Deploy the User Guide to GitHub Pages using the gh-pages branch
52
env:
53
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
54
run: |
0 commit comments