Skip to content

renamed index pages with cards to avoid building errors #123

renamed index pages with cards to avoid building errors

renamed index pages with cards to avoid building errors #123

Workflow file for this run

name: deploy
on:
push:
branches:
- main
- stage
paths-ignore:
- "README.md"
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: trigger vercel deployment
run: curl ${{ secrets.VERCEL_WEBHOOK }}
shell: bash