Skip to content

Commit 1272049

Browse files
committed
Add nightly job
1 parent 36b9e98 commit 1272049

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/book.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ env:
33

44
name: Deploy site
55

6-
on: [push]
6+
on:
7+
push:
8+
schedule:
9+
- cron: '0 2 * * *'
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)