Update vercel action files
All checks were successful
All checks were successful
This commit is contained in:
2
.github/workflows/vercel-preview.yaml
vendored
2
.github/workflows/vercel-preview.yaml
vendored
@@ -11,7 +11,7 @@ on:
|
|||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-Preview:
|
Deploy-Preview:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: "Install Vercel CLI"
|
- name: "Install Vercel CLI"
|
||||||
|
|||||||
2
.github/workflows/vercel-production.yaml
vendored
2
.github/workflows/vercel-production.yaml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
- stable
|
- stable
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-Production:
|
Deploy-Production:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: "Install Vercel CLI"
|
- name: "Install Vercel CLI"
|
||||||
|
|||||||
Reference in New Issue
Block a user