Skip to content

Commit

Permalink
Use installed typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed May 7, 2024
1 parent 21dbcbc commit 137b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git checkout $(git describe --tags --abbrev=0)
npm ci
npm run build:all
node bin/typedoc --options ../typedoc.json --gitRevision $(git describe --tags --abbrev=0) --sitemapBaseUrl "https://docs.prosopo.io/"
npx typedoc --options ../typedoc.json --gitRevision $(git describe --tags --abbrev=0) --sitemapBaseUrl "https://docs.prosopo.io/"
cd ..
# - name: Rebuild /example
# run: |
Expand Down

0 comments on commit 137b7e3

Please sign in to comment.