Skip to content

Commit

Permalink
ci: yarn install before typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 5, 2023
1 parent 8fd4295 commit af3c28e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/typedoc-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
# Without this the inter-package imports don't resolve
- run: yarn install
# Generate the TypeDoc site
- run: npx typedoc
- run: yarn docs
- uses: actions/upload-pages-artifact@v2
with:
path: ./api-docs # the "out" path in typedoc.json
Expand Down

0 comments on commit af3c28e

Please sign in to comment.