Skip to content

chore: Make refactor commits visible in changelog #51

chore: Make refactor commits visible in changelog

chore: Make refactor commits visible in changelog #51

Workflow file for this run

name: Trigger docs site deploy
on:
push:
branches: [main]
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Trigger Cloudflare Pages deploy
run: curl -s -X POST "${{ secrets.CLOUDFLARE_DOCS_DEPLOY_HOOK }}"