Skip to content

chore: bulk-update remaining chain-of-custody-DRAFT-0.1.0 references … #6

chore: bulk-update remaining chain-of-custody-DRAFT-0.1.0 references …

chore: bulk-update remaining chain-of-custody-DRAFT-0.1.0 references … #6

name: trigger-website-rebuild
on:
push:
branches: [main]
paths:
- 'spec/**'
- 'docs/**'
- '*.md'
permissions:
contents: read
jobs:
rebuild:
runs-on: ubuntu-latest
steps:
- name: Ping Cloudflare deploy hook
run: |
curl -fsS -X POST "${{ secrets.CF_DEPLOY_HOOK }}" \
-H 'Content-Type: application/json' \
-d '{"reason":"ffiec-public push"}'