Skip to content

Commit 532c1b8

Browse files
committed
install dependencies
1 parent ba92bf8 commit 532c1b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/preview.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
# This ensures the docs site is built properly
6565
# as it will sometimes throw a 404 or 500
6666
# error if Markdown/parsing errors are present
67+
- name: Install node_modules
68+
run: yarn install
6769
- name: Check docs
6870
run: yarn ts-node ./product/coder.com/site/scripts/checkDocs.ts
6971
env:

0 commit comments

Comments
 (0)