Skip to content

Commit b5843ce

Browse files
committed
Try to fix schedule
1 parent 4120c6f commit b5843ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
schedule:
77
# run every hour
8-
- cron: '0 */1 * * *'
8+
- cron: '0 * * * *'
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:

0 commit comments

Comments
 (0)