Revert "Update generate_api_doc.yml"

This reverts commit e1563019c1.
pull/5848/head^2
tugcekucukoglu 2024-06-13 13:37:46 +03:00
parent e1563019c1
commit 1a1bd2be45
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 run setup
run: npm install
- name: Generate api doc
run: npm run apidoc