chore: cleanup
This commit is contained in:
parent
1a69dc8e86
commit
32296049d4
5 changed files with 17 additions and 346 deletions
12
.github/workflows/scheduled-build.yaml
vendored
12
.github/workflows/scheduled-build.yaml
vendored
|
@ -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
|
Reference in a new issue