Skip to content

Commit 5239dbc

Browse files
committed
Install npm deps
1 parent f1f137a commit 5239dbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs-preview.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ jobs:
6161
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
6262
CODE_SERVER_DOCS_MAIN_BRANCH: ${{ github.event.pull_request.head.sha }}
6363

64+
- name: Install node_modules
65+
run: yarn install
66+
6467
- name: Check docs
65-
run: npx ts-node ./product/coder.com/site/scripts/checkDocs.ts
68+
run: yarn ts-node ./product/coder.com/site/scripts/checkDocs.ts
6669
env:
6770
BASE_URL: ${{ steps.preview.outputs.url }}
6871

0 commit comments

Comments
 (0)