Skip to content

🧮 Expand juror reputation section with example metric and add MaxFlow… #23

🧮 Expand juror reputation section with example metric and add MaxFlow…

🧮 Expand juror reputation section with example metric and add MaxFlow… #23

name: Deploy davidgasquez.com
on:
push:
branches:
- main
jobs:
trigger-deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Cloudflare Pages deploy hook
env:
DEPLOY_HOOK_URL: ${{ secrets.DEPLOY_HOOK_URL }}
run: |
set -euo pipefail
curl -X POST -sS "${DEPLOY_HOOK_URL}"