Added vercel to actions. #6

Merged
werewolfkid merged 6 commits from vercel into main 2025-09-03 13:17:33 -04:00
3 changed files with 46 additions and 1 deletions
Showing only changes of commit 21d17d4a06 - Show all commits

View File

@@ -11,7 +11,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: "Install Vercel CLI"

View File

@@ -9,7 +9,7 @@ on:
- stable
jobs:
Deploy-Production:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: "Install Vercel CLI"