File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 88
99jobs :
1010 deploy-en :
11- uses : ./.github/workflows /vercel-deploy.yml
11+ uses : ./.github/actions /vercel-deploy
1212 with :
1313 environment : preview
1414 prodFlag : ' '
1818 VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
1919
2020 deploy-zh-hans :
21- uses : ./.github/workflows /vercel-deploy.yml
21+ uses : ./.github/actions /vercel-deploy
2222 with :
2323 environment : preview
2424 prodFlag : ' '
Original file line number Diff line number Diff line change 88
99jobs :
1010 deploy-en :
11- uses : ./.github/workflows /vercel-deploy.yml
11+ uses : ./.github/actions /vercel-deploy
1212 with :
1313 environment : production
1414 prodFlag : --prod
1818 VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
1919
2020 deploy-zh-hans :
21- uses : ./.github/workflows /vercel-deploy.yml
21+ uses : ./.github/actions /vercel-deploy
2222 with :
2323 environment : production
2424 prodFlag : --prod
You can’t perform that action at this time.
0 commit comments