Skip to content

v3.9.4 - "Split the Atom" #44

v3.9.4 - "Split the Atom"

v3.9.4 - "Split the Atom" #44

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 }}'