Skip to content

Schedule Netlify Build #37

Schedule Netlify Build

Schedule Netlify Build #37

Workflow file for this run

name: Schedule Netlify Build
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # Once a day
jobs:
build:
name: Request Netlify Webhook
runs-on: ubuntu-latest
steps:
- run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }}