remove daily netlify build

This commit is contained in:
John Bowdre 2024-01-21 07:47:11 -06:00
parent fd088ebaa0
commit e692775a60

View file

@ -1,14 +0,0 @@
name: Daily build
on:
schedule:
- cron: "0 13 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger build webhook on Netlify
run: curl -s -X POST "https://api.netlify.com/build_hooks/${TOKEN}"
env:
TOKEN: ${{ secrets.NETLIFY_CRON_BUILD_HOOK }}