Skip to content

fix: replace broken commit hyperlinks with styled SHA button (#6) #24

fix: replace broken commit hyperlinks with styled SHA button (#6)

fix: replace broken commit hyperlinks with styled SHA button (#6) #24

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22.14
cache: npm
- run: npm ci
- run: npm run lint
- run: npx vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}