Skip to content

Commit e21cdb0

Browse files
committed
Add check docs
1 parent 070a122 commit e21cdb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs-preview.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
6262
CODE_SERVER_DOCS_MAIN_BRANCH: ${{ github.event.pull_request.head.sha }}
6363

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+
6469
- name: Update Deployment
6570
# If we don't specify always, it won't run this check if failed.
6671
# This means the deployment would be stuck pending.

0 commit comments

Comments
 (0)