diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index 8d8c5a6..45bf93e 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -29,3 +29,8 @@ jobs: git add bundles/ git commit -m "Update bundles" || echo "No changes to commit" git push + + - name: Trigger Vercel Deploy + if: success() + run: | + curl -X POST "${{ secrets.VERCEL_DEPLOY_HOOK_URL }}"