Skip to content

Add docs (#332)

Add docs (#332) #1

Workflow file for this run

name: Build Production Site
on:
push:
branches: [release/**/**]
paths:
- '**.md'
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger build
run: curl -X POST -d {} "${{ secrets.CLOUDFLARE_BUILD_HOOK }}"