Skip to content

v1.6.0

v1.6.0 #2

Workflow file for this run

name: Notify website on release
on:
release:
types: [published]
workflow_dispatch: {}
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: POST Cloudflare Pages deploy hook
run: curl -fsS -X POST "${{ secrets.SCRIBE_WEBSITE_DEPLOY_HOOK }}"