Skip to content

Remove tool-syntax lines leaked into person-to-edm.md #98

Remove tool-syntax lines leaked into person-to-edm.md

Remove tool-syntax lines leaked into person-to-edm.md #98

Workflow file for this run

name: Deploy docs to website
on:
push:
branches: [master]
paths:
- 'docs/**'
permissions:
contents: read
jobs:
trigger-website-build:
runs-on: ubuntu-latest
steps:
- name: Trigger Cloudflare Pages build
run: curl -fsS -X POST "$DEPLOY_HOOK"
env:
DEPLOY_HOOK: ${{ secrets.CLOUDFLARE_PAGES_DEPLOY_HOOK }}