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