Skip to content

Commit 4142e48

Browse files
authored
Add nightly build scheduling (#23)
1 parent da1228f commit 4142e48

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Trigger Netlify build
2+
on:
3+
schedule:
4+
- cron: '3 13 * * *'
5+
jobs:
6+
build:
7+
name: Call Netlify webhook
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: POST to build hook
11+
run: curl -X POST -d {} https://api.netlify.com/build_hooks/635529480f2f0069340b2c6f

0 commit comments

Comments
 (0)