mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +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
|
run: pnpm typedoc
|
||||||
|
|
||||||
- name: Commit & Push docs
|
- 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: |
|
run: |
|
||||||
cd pokerogue_gh
|
cd pokerogue_gh
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user