[Dev] Fix GH pages workflow to push docs correctly (#6493)

This commit is contained in:
Bertie690 2025-09-05 22:54:48 -04:00 committed by GitHub
parent d630c106e0
commit 9ddd6fe026
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,8 @@ jobs:
run: pnpm typedoc
- name: Commit & Push docs
if: ${{!env.DRY_RUN}}
# env vars are stored as strings instead of booleans (hence why an explicit check is required)
if: ${{ env.DRY_RUN == 'false'}}
run: |
cd pokerogue_gh
git config user.email "github-actions[bot]@users.noreply.github.com"