Skip to content

Commit 780daa7

Browse files
authored
Merge pull request #2609 from szabgab/gh-pages-explanation
add explanation I learned in #2606
2 parents 3ed3024 + 7c6d47e commit 780daa7

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)