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

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