Update GH action (x2)
This commit is contained in:
parent
036b6dae2e
commit
53d4ebccb3
|
@ -34,11 +34,11 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: 'build/'
|
||||
path: "build/"
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Install Vercel CLI
|
||||
run: npm install --global vercel@canary
|
||||
|
||||
|
|
Loading…
Reference in New Issue