Skip to content

Commit 9875508

Browse files
author
xyzjesper
committed
Try to fix npx not found
1 parent 6db61c5 commit 9875508

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
INTERNAL_PASSWORD: ${{ secrets.INTERNAL_PASSWORD }}
3535
run: bun install
3636

37+
- name: Fake npx via bunx
38+
run: sudo ln -s $(which bunx) /usr/local/bin/npx
39+
3740
- name: Generate TSDoc
3841
uses: erikyo/tsdoc-action@v1
3942
with:

0 commit comments

Comments
 (0)