Skip to content

Commit f3c39bd

Browse files
committed
ci: add HTML docs step and clean up workflows
1 parent f3d2042 commit f3c39bd

File tree

2 files changed

+3
-51
lines changed

2 files changed

+3
-51
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Generate TypeDoc (Markdown)
3232
run: npm run docs:api
3333

34+
- name: Generate TypeDoc (HTML)
35+
run: npm run docs:api:html
36+
3437
- name: Fetch OpenAPI spec
3538
run: curl -L https://api.tenantos.com/docs/openapi.yaml -o openapi.yaml
3639

.github/workflows/static.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)