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 9d361ba commit 3810b9cCopy full SHA for 3810b9c
.github/workflows/publish-preview.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Publish `docs`
36
env:
37
- VERCEL_PROJECT_ID: ${{ envs.VERCEL_TS_DOCS_PROJECT_ID }}
+ VERCEL_PROJECT_ID: ${{ env.VERCEL_TS_DOCS_PROJECT_ID }}
38
run: |
39
vercel deploy \
40
--cwd apps/docs \
0 commit comments