Skip to content

Commit 41f0e1d

Browse files
committed
Disabling package-manager-cache
1 parent 846665f commit 41f0e1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
uses: actions/setup-node@v5
2929
with:
3030
node-version: 24
31+
package-manager-cache: false
3132
- name: Build node reference
3233
run: |
3334
npm install
34-
npx typedoc
35+
npx typedoc --plugin typedoc-plugin-missing-exports
3536
- name: deploy docs
3637
run: |
3738
mkdir -p target/doc

0 commit comments

Comments
 (0)