Update generate_api_doc.yml
parent
8d9bdfc3df
commit
e1563019c1
|
@ -4,7 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
paths:
|
paths:
|
||||||
- '**/**/*.d.ts'
|
- '**/**/**/*.d.ts'
|
||||||
- '/api-generator/build-apidoc.js'
|
- '/api-generator/build-apidoc.js'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install node packages
|
- name: Install node packages
|
||||||
run: npm install
|
run: npm run setup
|
||||||
|
|
||||||
- name: Generate api doc
|
- name: Generate api doc
|
||||||
run: npm run apidoc
|
run: npm run apidoc
|
||||||
|
|
Loading…
Reference in New Issue