Skip to content

Commit a38063a

Browse files
committed
修正CI
1 parent 003069e commit a38063a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/api_doc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
- uses: actions/download-artifact@v4
5454
with:
5555
name: api-doc
56-
path: doc
56+
path: lightnovelreader-api-doc
5757

5858
- name: Set Vercel project
5959
run: npx vercel link --yes --scope nightfishs-projects --project lightnovelreader-api-doc --token=${{ secrets.VERCEL_TOKEN }}
6060

6161
- name: Deploy to Vercel
62-
run: npx vercel deploy doc --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
62+
run: npx vercel deploy lightnovelreader-api-doc --yes --token=${{ secrets.VERCEL_TOKEN }}
6363

6464
DeployProductionApiDoc:
6565
runs-on: ubuntu-latest
@@ -75,10 +75,10 @@ jobs:
7575
- uses: actions/download-artifact@v4
7676
with:
7777
name: api-doc
78-
path: doc
78+
path: lightnovelreader-api-doc
7979

8080
- name: Set Vercel project
8181
run: npx vercel link --yes --scope nightfishs-projects --project lightnovelreader-api-doc --token=${{ secrets.VERCEL_TOKEN }}
8282

8383
- name: Deploy to Vercel
84-
run: npx vercel deploy doc --yes --token=${{ secrets.VERCEL_TOKEN }}
84+
run: npx vercel deploy lightnovelreader-api-doc --prod --yes --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)