add explanation I learned in #2606

This commit is contained in:
Gabor Szabo 2025-03-21 16:32:07 +02:00
parent 43281c85c5
commit 7c6d47e8b6

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: |