Skip to content

Add batch Subject-ID minting and client-supplied create IDs (#1101) #92

Add batch Subject-ID minting and client-supplied create IDs (#1101)

Add batch Subject-ID minting and client-supplied create IDs (#1101) #92

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