From 7c6d47e8b6ee59fecdebd353cdc39f9b62db7871 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Fri, 21 Mar 2025 16:32:07 +0200 Subject: [PATCH] add explanation I learned in #2606 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a722a21d..cdff3df0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: |