Skip to content

Commit 54d378a

Browse files
authored
Fix schedule for docs build
1 parent c9aabf5 commit 54d378a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Deploy.yml

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

0 commit comments

Comments
 (0)