Skip to content

Fixed build errors added more strict type casting to prevent #5

Fixed build errors added more strict type casting to prevent

Fixed build errors added more strict type casting to prevent #5

name: Deploy on refactor push
on:
push:
branches:
- refactor
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger rebuild on vercel
run: curl -X POST ${{ secrets.REFACTOR_DEPLOY_HOOK }}