We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d076c56 commit 9b64448Copy full SHA for 9b64448
.github/workflows/deploy.yml
@@ -1,6 +1,8 @@
1
name: Build and Deploy to Github Pages
2
3
on:
4
+ schedule:
5
+ - cron: "0 * * * *"
6
push:
7
branches:
8
- master # Here source code branch is `master`, it could be other branch
0 commit comments