Skip to content

Commit

Permalink
Merge pull request #1886 from endojs/ta/fix-typo
Browse files Browse the repository at this point in the history
fix typedoc command name
  • Loading branch information
turadg authored Dec 5, 2023
2 parents 577a9d0 + 629243e commit 7e84765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
# Generate the TypeDoc site
- run: npx typedocs
- run: npx typedoc
- uses: actions/upload-pages-artifact@v2
with:
path: ./api-docs # the "out" path in typedoc.json
Expand Down

0 comments on commit 7e84765

Please sign in to comment.