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