chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-08 18:54:18 -07:00
parent 1a69dc8e86
commit 32296049d4
No known key found for this signature in database
5 changed files with 17 additions and 346 deletions

View file

@ -1,12 +0,0 @@
name: Scheduled Netlify Build
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
build:
name: Request Netlify Webhook
runs-on: ubuntu-latest
steps:
- name: POST to Build Hook
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_KEY }}?trigger_branch=main&trigger_title=Scheduled+Github+build&clear_cache=true