feat: add GHA to trigger vercel deploy hook (#4310)

This commit is contained in:
Nico Domino 2024-07-09 20:01:41 +02:00 committed by GitHub
parent ce0ee6e3d5
commit fee305056e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.github/workflows/release.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Trigger Docs Build
on:
release:
types: [published]
jobs:
vercel:
runs-on: ubuntu-latest
steps:
- name: Trigger Vercel Deploy Hook
env:
VERCEL_HOOK_URL: ${{ secrets.VERCEL_HOOK_URL }}
run: curl -s $VERCEL_HOOK_URL