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