Skip to content

v3.7.0 - "Supernova" #29

v3.7.0 - "Supernova"

v3.7.0 - "Supernova" #29

Workflow file for this run

name: Trigger Landing Page Build
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger Landing Page build
run: curl --location --request POST '${{ secrets.LP_TRIGGER_DEPLOY_URL }}'