Merge pull request #2609 from szabgab/gh-pages-explanation

add explanation I learned in #2606
This commit is contained in:
Eric Huss 2025-03-23 19:43:33 +00:00 committed by GitHub
commit 780daa73ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
run: rustup update stable --no-self-update && rustup default stable
- name: Build book
run: cargo run -- build guide
- name: Deploy to GitHub
- name: Deploy the User Guide to GitHub Pages using the gh-pages branch
env:
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
run: |