Update generate_api_doc.yml

pull/5848/head^2
tugcekucukoglu 2024-06-13 13:36:24 +03:00
parent 8d9bdfc3df
commit e1563019c1
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
push: push:
branches: [master] branches: [master]
paths: paths:
- '**/**/*.d.ts' - '**/**/**/*.d.ts'
- '/api-generator/build-apidoc.js' - '/api-generator/build-apidoc.js'
permissions: permissions:
@ -29,7 +29,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Install node packages - name: Install node packages
run: npm install run: npm run setup
- name: Generate api doc - name: Generate api doc
run: npm run apidoc run: npm run apidoc