Update generate_api_doc.yml
parent
c91cd2c24b
commit
d013147396
|
@ -2,7 +2,7 @@ name: Generate API DOC
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [master]
|
||||||
paths:
|
paths:
|
||||||
- '**/**/*.d.ts'
|
- '**/**/*.d.ts'
|
||||||
- '/api-generator/build-apidoc.js'
|
- '/api-generator/build-apidoc.js'
|
||||||
|
@ -34,6 +34,12 @@ jobs:
|
||||||
- name: Generate api doc
|
- name: Generate api doc
|
||||||
run: npm run apidoc
|
run: npm run apidoc
|
||||||
|
|
||||||
|
- name: Code Format
|
||||||
|
run: npm run format:check
|
||||||
|
|
||||||
|
- name: Lint
|
||||||
|
run: npm run lint
|
||||||
|
|
||||||
- name: Commit doc
|
- name: Commit doc
|
||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions Bot"
|
git config user.name "GitHub Actions Bot"
|
||||||
|
|
Loading…
Reference in New Issue