Skip to content

Commit 3f203a1

Browse files
authored
Run docs deployment every day (#4)
1 parent 65d09a7 commit 3f203a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
schedule:
7+
- cron: '0 0 * * *' # Run every day at 12am.
68
jobs:
79
aggregate:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)