Skip to content

Commit 93c99a0

Browse files
author
weilei
committed
fix(ci): 更新 Vercel 部署工作流中的项目 ID 字段
1 parent 0ee9ceb commit 93c99a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
vercel-token: ${{ secrets.VERCEL_TOKEN }}
5959
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
60-
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
60+
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_DOCS }}
6161
working-directory: docs
6262
vercel-args: ${{ github.event_name == 'push' && '--prod' || '' }}
6363

0 commit comments

Comments
 (0)