Skip to content

Commit 1aebc5e

Browse files
authored
fix(pages): Try tsdoc
1 parent b44d847 commit 1aebc5e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/github_pages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515

16+
- name: Install doc theme
17+
run: npm i -g typedoc-github-theme
1618
- name: Build
17-
uses: andstor/jsdoc-action@v1
19+
uses: erikyo/tsdoc-action@v1
1820
with:
19-
source_dir: ./packages/react-user-media
21+
source_dir: ./packages/react-user-media/*
2022
output_dir: ./docs_out
21-
template: minami
23+
theme: typedoc-github-theme
2224
front_page: ./packages/react-user-media/README.md
2325

2426
- name: Deploy

0 commit comments

Comments
 (0)