We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8f257 commit 12e174fCopy full SHA for 12e174f
.github/workflows/preview.yaml
@@ -65,7 +65,7 @@ jobs:
65
VERCEL_ORG_ID: team_tGkWfhEGGelkkqUUm9nXq17r
66
VERCEL_PROJECT_ID: QmZRucMRh3GFk1817ZgXjRVuw5fhTspHPHKct3JNQDEPGd
67
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
68
- CODER_DOCS_MAIN_BRANCH: ${{ github.sha }}
+ CODER_DOCS_MAIN_BRANCH: ${{ github.event.pull_request.head.sha }}
69
70
- name: Update Deployment
71
# If we don't specify always, it won't run this check if failed.
0 commit comments