Skip to content

Commit d90a755

Browse files
committed
fix(pages): Use forked action
1 parent 3acef99 commit d90a755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
run: pnpm i -g typedoc-github-theme
2424

2525
- name: Build
26-
uses: erikyo/tsdoc-action@v1
26+
uses: bengreenier/tsdoc-action@v1.1
2727
with:
2828
source_dir: ./packages/react-user-media/*
2929
output_dir: ./docs_out
3030
theme: typedoc-github-theme
31-
tsconfig_file: ./packages/react-user-media/tsconfig.lib.json
31+
tsconfig: ./packages/react-user-media/tsconfig.lib.json
3232
front_page: ./packages/react-user-media/README.md
3333

3434
- name: Deploy

0 commit comments

Comments
 (0)