Skip to content

Commit

Permalink
docs: Use typedoc without args so it uses config entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Oct 26, 2023
1 parent e078f29 commit 3e656b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: yarn run build

- name: Create the docs directory locally in CI
run: npx typedoc src/index.ts
run: npx typedoc

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 3e656b8

Please sign in to comment.