Add build api-docs step

This commit is contained in:
Amol
2024-01-12 00:49:06 +05:30
committed by GitHub
parent 049d268314
commit 7050138e5e
+4 -1
View File
@@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
working-directory: ./docs
run: npm ci
- name: Build api-docs
working-directory: ./docs
run: npm run docusaurus gen-api-docs all
- name: Build website
working-directory: ./docs
run: npm run build
@@ -41,4 +44,4 @@ jobs:
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
user_email: 41898282+github-actions[bot]@users.noreply.github.com