We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abb7a1 commit 0a60626Copy full SHA for 0a60626
.github/workflows/pages.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
+ schedule:
8
+ - cron: '30 4 * * *'
9
10
jobs:
11
build:
0 commit comments