mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Tweak docs workflow to not download public directory
This commit is contained in:
parent
cf492d2796
commit
dc11e5ef88
10
.github/workflows/github-pages.yml
vendored
10
.github/workflows/github-pages.yml
vendored
@ -27,15 +27,17 @@ jobs:
|
||||
# Only push docs when running on pushes to main/beta
|
||||
DRY_RUN: ${{github.event_name != 'push' || (github.ref_name != 'beta' && github.ref_name != 'main')}}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- name: Checkout repository for Typedoc
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
path: pokerogue_docs
|
||||
sparse-checkout: |
|
||||
/*
|
||||
!/public/
|
||||
/public/images/pokemon/variant/_exp_masterlist.json
|
||||
/public/images/pokemon/variant/_masterlist.json
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
- name: Install OS package
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user