We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acef99 commit d90a755Copy full SHA for d90a755
.github/workflows/github_pages.yml
@@ -23,12 +23,12 @@ jobs:
23
run: pnpm i -g typedoc-github-theme
24
25
- name: Build
26
- uses: erikyo/tsdoc-action@v1
+ uses: bengreenier/tsdoc-action@v1.1
27
with:
28
source_dir: ./packages/react-user-media/*
29
output_dir: ./docs_out
30
theme: typedoc-github-theme
31
- tsconfig_file: ./packages/react-user-media/tsconfig.lib.json
+ tsconfig: ./packages/react-user-media/tsconfig.lib.json
32
front_page: ./packages/react-user-media/README.md
33
34
- name: Deploy
0 commit comments