Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Add deprecation notice to README #26

Add deprecation notice to README

Add deprecation notice to README #26

name: Trigger Vercel Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Vercel deployment
run: |
curl -X POST "${{ secrets.DEVELOPER_HUB_DEPLOY_HOOK }}"