Skip to content

trival edit to trigger website update (#361) #13

trival edit to trigger website update (#361)

trival edit to trigger website update (#361) #13

name: Trigger contribute-site Netlify build
on:
push:
branches: [main]
permissions: {}
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Call Netlify build hook
run: |
curl -sS -X POST "${{ secrets.NETLIFY_CONTRIBUTE_SITE_BUILD_HOOK }}"