Skip to content

Remove Astro Studio configuration and update Astro config #1

Remove Astro Studio configuration and update Astro config

Remove Astro Studio configuration and update Astro config #1

Workflow file for this run

name: Trigger Vercel Deploy Webhook
on:
push:
branches:
- astro # or any branch you want to trigger the webhook
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Call Vercel Webhook
uses: fjogeleit/[email protected]
with:
url: "https://api.vercel.com/v1/integrations/deploy/prj_WAKV3YAerNQEzZDCQYMbXM5Tvg7m/j7ZBpZ5m9e"
method: "GET"