We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba92bf8 commit 532c1b8Copy full SHA for 532c1b8
.github/workflows/preview.yaml
@@ -64,6 +64,8 @@ jobs:
64
# This ensures the docs site is built properly
65
# as it will sometimes throw a 404 or 500
66
# error if Markdown/parsing errors are present
67
+ - name: Install node_modules
68
+ run: yarn install
69
- name: Check docs
70
run: yarn ts-node ./product/coder.com/site/scripts/checkDocs.ts
71
env:
0 commit comments