We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f137a commit 5239dbcCopy full SHA for 5239dbc
.github/workflows/docs-preview.yaml
@@ -61,8 +61,11 @@ jobs:
61
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
62
CODE_SERVER_DOCS_MAIN_BRANCH: ${{ github.event.pull_request.head.sha }}
63
64
+ - name: Install node_modules
65
+ run: yarn install
66
+
67
- name: Check docs
- run: npx ts-node ./product/coder.com/site/scripts/checkDocs.ts
68
+ run: yarn ts-node ./product/coder.com/site/scripts/checkDocs.ts
69
env:
70
BASE_URL: ${{ steps.preview.outputs.url }}
71
0 commit comments