Update generate_api_doc.yml

pull/4591/head^2
mertsincan 2023-10-11 00:07:36 +01:00
parent 14839c9ad0
commit 7ee7649b4b
1 changed files with 3 additions and 0 deletions

View File

@ -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"