Skip to content

Commit 7c6d47e

Browse files
committed
add explanation I learned in #2606
1 parent 43281c8 commit 7c6d47e

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
@@ -48,7 +48,7 @@ jobs:
4848
run: rustup update stable --no-self-update && rustup default stable
4949
- name: Build book
5050
run: cargo run -- build guide
51-
- name: Deploy to GitHub
51+
- name: Deploy the User Guide to GitHub Pages using the gh-pages branch
5252
env:
5353
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
5454
run: |

0 commit comments

Comments
 (0)