Skip to content

Commit

Permalink
just use typedoc via NPX instead of the unfinished typedoc-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 18, 2024
1 parent 5fc82f0 commit 5989978
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
- name: Build Package
run: yarn build

- uses: TypeStrong/typedoc-action@v1
with:
args: --entrypoints src/index.ts
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Create the docs directory locally in CI
run: npx typedoc src/index.ts

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 5989978

Please sign in to comment.