We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a900e78 commit 475ac8eCopy full SHA for 475ac8e
.github/workflows/main.yml
@@ -0,0 +1,11 @@
1
+name: Trigger Netlify Build
2
+on:
3
+ schedule:
4
+ - cron: '0 2 * * *' # 2am
5
+jobs:
6
+ build:
7
+ name: Rebuild Homepage through Netlify
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Curl request
11
+ run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }}
0 commit comments