Update generate_api_doc.yml
parent
14839c9ad0
commit
7ee7649b4b
|
@ -34,6 +34,9 @@ jobs:
|
|||
- name: Generate api doc
|
||||
run: npm run apidoc
|
||||
|
||||
- name: Code Format
|
||||
run: npm run format
|
||||
|
||||
- name: Commit doc
|
||||
run: |
|
||||
git config user.name "GitHub Actions Bot"
|
||||
|
|
Loading…
Reference in New Issue