Skip to content

Keep referenced Subjects as stubs instead of deleting them (#1080) #96

Keep referenced Subjects as stubs instead of deleting them (#1080)

Keep referenced Subjects as stubs instead of deleting them (#1080) #96

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 }}