fix: clean API docs before regen so the sidebar picks up new endpoints

This commit is contained in:
LukeGus
2026-08-19 15:44:30 -05:00
parent e17b21ff62
commit 8af4cbdec4
2 changed files with 101 additions and 0 deletions
+1
View File
@@ -450,6 +450,7 @@ jobs:
run: |
cp ../termix/openapi.json static/openapi.json
npm ci
npm run docusaurus clean-api-docs termix
npm run docusaurus gen-api-docs termix
- name: Commit and push docs branch