mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
remove daily netlify build
This commit is contained in:
parent
fd088ebaa0
commit
e692775a60
1 changed files with 0 additions and 14 deletions
14
.github/workflows/daily_build.yml
vendored
14
.github/workflows/daily_build.yml
vendored
|
@ -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 }}
|
|
Loading…
Reference in a new issue