Skip to content

Deploy

Deploy #125

Workflow file for this run

name: Deploy
on:
schedule:
- cron: '0 */3 * * *'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Cloudflare Pages Deploy
run: curl -X POST "${{ secrets.CLOUDFLARE_DEPLOY_HOOK }}"