We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070a122 commit e21cdb0Copy full SHA for e21cdb0
.github/workflows/docs-preview.yaml
@@ -61,6 +61,11 @@ jobs:
61
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
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
66
+ env:
67
+ BASE_URL: ${{ steps.preview.outputs.url }}
68
+
69
- name: Update Deployment
70
# If we don't specify always, it won't run this check if failed.
71
# This means the deployment would be stuck pending.
0 commit comments