update workflow (#2989)
This commit is contained in:
parent
045fd57242
commit
c5577d66f9
|
@ -53,7 +53,7 @@ jobs:
|
||||||
working-directory: ${{env.api-dir}}
|
working-directory: ${{env.api-dir}}
|
||||||
run: |
|
run: |
|
||||||
cd pokerogue_docs
|
cd pokerogue_docs
|
||||||
npx typedoc --out /tmp/docs --githubPages false --entryPoints ./src/
|
npm run docs -- --out /tmp/docs --githubPages false --entryPoints ./src/
|
||||||
|
|
||||||
- name: Commit & Push docs
|
- name: Commit & Push docs
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
|
Loading…
Reference in New Issue