Skip to content

Commit

Permalink
use github action to rebuild dynamic pages
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Aug 5, 2020
1 parent 897d891 commit 6a4534f
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: Trigger Netlify Build
on:
schedule:
- cron: '*/15 * * * *'
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/5f2b05230e9a61c522777864

0 comments on commit 6a4534f

Please sign in to comment.