Skip to content

Commit 46f1d01

Browse files
committed
Pull typedoc up to run from root
1 parent ffe0ddd commit 46f1d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/tagged_release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
pnpm whoami
5858
pnpm i
5959
- name: Run typedoc
60-
run: pnpm --filter @nut-tree/nut-js run typedoc
60+
run: pnpm run typedoc
6161
- name: Publish typedocs to GitHub Pages
6262
uses: peaceiris/[email protected]
6363
with:
6464
deploy_key: ${{ secrets.API_DOC_DEPLOY_KEY }}
6565
external_repository: nut-tree/apidoc
66-
publish_dir: ./core/nut.js/docs
66+
publish_dir: ./docs
6767
- name: Publish tagged release to npm
6868
run: pnpm run publish:release
6969
env:

0 commit comments

Comments
 (0)