Merge pull request #2609 from szabgab/gh-pages-explanation
add explanation I learned in #2606
This commit is contained in:
commit
780daa73ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
run: rustup update stable --no-self-update && rustup default stable
|
run: rustup update stable --no-self-update && rustup default stable
|
||||||
- name: Build book
|
- name: Build book
|
||||||
run: cargo run -- build guide
|
run: cargo run -- build guide
|
||||||
- name: Deploy to GitHub
|
- name: Deploy the User Guide to GitHub Pages using the gh-pages branch
|
||||||
env:
|
env:
|
||||||
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
|
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue