mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
[Enhancement] remove unnecessary typedoc install in workflow (#2263)
This commit is contained in:
parent
ca112e10fb
commit
766b9132dd
1
.github/workflows/github-pages.yml
vendored
1
.github/workflows/github-pages.yml
vendored
@ -47,7 +47,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd pokerogue_docs
|
cd pokerogue_docs
|
||||||
npm ci
|
npm ci
|
||||||
npm install typedoc --save-dev
|
|
||||||
|
|
||||||
- name: Generate Typedoc docs
|
- name: Generate Typedoc docs
|
||||||
working-directory: ${{env.api-dir}}
|
working-directory: ${{env.api-dir}}
|
||||||
|
Loading…
Reference in New Issue
Block a user