Skip to content

Commit

Permalink
Pull typedoc up to run from root
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 25, 2024
1 parent ffe0ddd commit 46f1d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
pnpm whoami
pnpm i
- name: Run typedoc
run: pnpm --filter @nut-tree/nut-js run typedoc
run: pnpm run typedoc
- name: Publish typedocs to GitHub Pages
uses: peaceiris/[email protected]
with:
deploy_key: ${{ secrets.API_DOC_DEPLOY_KEY }}
external_repository: nut-tree/apidoc
publish_dir: ./core/nut.js/docs
publish_dir: ./docs
- name: Publish tagged release to npm
run: pnpm run publish:release
env:
Expand Down

0 comments on commit 46f1d01

Please sign in to comment.