We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b9e98 commit 1272049Copy full SHA for 1272049
.github/workflows/book.yml
@@ -3,7 +3,10 @@ env:
3
4
name: Deploy site
5
6
-on: [push]
+on:
7
+ push:
8
+ schedule:
9
+ - cron: '0 2 * * *'
10
11
jobs:
12
build:
0 commit comments