Update generate_api_doc.yml
parent
c91cd2c24b
commit
d013147396
|
@ -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