We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe0ddd commit 46f1d01Copy full SHA for 46f1d01
.github/workflows/tagged_release.yaml
@@ -57,13 +57,13 @@ jobs:
57
pnpm whoami
58
pnpm i
59
- name: Run typedoc
60
- run: pnpm --filter @nut-tree/nut-js run typedoc
+ run: pnpm run typedoc
61
- name: Publish typedocs to GitHub Pages
62
uses: peaceiris/[email protected]
63
with:
64
deploy_key: ${{ secrets.API_DOC_DEPLOY_KEY }}
65
external_repository: nut-tree/apidoc
66
- publish_dir: ./core/nut.js/docs
+ publish_dir: ./docs
67
- name: Publish tagged release to npm
68
run: pnpm run publish:release
69
env:
0 commit comments