Update ci.yml (x2)
This commit is contained in:
parent
08410839f7
commit
6ad62a1421
|
@ -41,7 +41,8 @@ jobs:
|
|||
- name: Upload
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: "build/"
|
||||
name: build
|
||||
path: .vercel/
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
|
@ -50,6 +51,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
path: .vercel/
|
||||
|
||||
- name: Install Vercel CLI
|
||||
run: npm install --global vercel@canary
|
||||
|
||||
|
|
Loading…
Reference in New Issue