Update generate_api_doc.yml

pull/4582/head
Tuğçe Küçükoğlu 2023-10-09 18:47:05 +03:00
parent c91cd2c24b
commit d013147396
1 changed files with 35 additions and 29 deletions

View File

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