Skip to content

Commit

Permalink
Add an action to rebuild the site daily
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Mar 23, 2021
1 parent 4dfa7b3 commit 2bf9d76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Daily netlify build
on:
schedule:
- cron: '0 0 * * *'
jobs:
build:
name: Request Netlify Webhook
runs-on: ubuntu-latest
steps:
- name: Curl request
run: curl -X POST -d {} https://api.netlify.com/build_hooks/605a1717ecadfa00bb07b759

0 comments on commit 2bf9d76

Please sign in to comment.