File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments