Skip to content

Commit

Permalink
fix(pages): Use forked action
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Aug 30, 2024
1 parent 3acef99 commit d90a755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: pnpm i -g typedoc-github-theme

- name: Build
uses: erikyo/tsdoc-action@v1
uses: bengreenier/tsdoc-action@v1.1
with:
source_dir: ./packages/react-user-media/*
output_dir: ./docs_out
theme: typedoc-github-theme
tsconfig_file: ./packages/react-user-media/tsconfig.lib.json
tsconfig: ./packages/react-user-media/tsconfig.lib.json
front_page: ./packages/react-user-media/README.md

- name: Deploy
Expand Down

0 comments on commit d90a755

Please sign in to comment.