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 8
8
9
9
jobs :
10
10
deploy-en :
11
- uses : ./.github/workflows /vercel-deploy.yml
11
+ uses : ./.github/actions /vercel-deploy
12
12
with :
13
13
environment : preview
14
14
prodFlag : ' '
18
18
VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
19
19
20
20
deploy-zh-hans :
21
- uses : ./.github/workflows /vercel-deploy.yml
21
+ uses : ./.github/actions /vercel-deploy
22
22
with :
23
23
environment : preview
24
24
prodFlag : ' '
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
deploy-en :
11
- uses : ./.github/workflows /vercel-deploy.yml
11
+ uses : ./.github/actions /vercel-deploy
12
12
with :
13
13
environment : production
14
14
prodFlag : --prod
18
18
VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
19
19
20
20
deploy-zh-hans :
21
- uses : ./.github/workflows /vercel-deploy.yml
21
+ uses : ./.github/actions /vercel-deploy
22
22
with :
23
23
environment : production
24
24
prodFlag : --prod
You can’t perform that action at this time.
0 commit comments