mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
[Dev] Fix GH pages workflow to push docs correctly (#6493)
This commit is contained in:
parent
d630c106e0
commit
9ddd6fe026
3
.github/workflows/github-pages.yml
vendored
3
.github/workflows/github-pages.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user