Skip to content

Commit

Permalink
run a daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
shushugah committed Nov 25, 2024
1 parent a6dc4b0 commit e3c9256
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/daily_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: rebuild-main-twc-site
on:
schedule:
# run job every 24 hours at 17:00 UTC
- cron: "0 17 * * *"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: trigger netlify build
run: |
curl -X POST -d '{}' https://api.netlify.com/build_hooks/6277e1c305e5fd586b7e6e91&trigger_title=Daily+NetlifyBuild+Github+Action+Flow

0 comments on commit e3c9256

Please sign in to comment.