Skip to content

Commit d446ba2

Browse files
authored
ci: delay website scheduled deployment (#33)
1 parent 4fd0ae2 commit d446ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy website
22

33
on:
44
workflow_dispatch:
5-
# deploy daily @ 4:55 AM UTC
5+
# deploy daily @ 5:30 AM UTC
66
schedule:
7-
- cron: '55 4 * * *'
7+
- cron: '30 5 * * *'
88
push:
99
branches:
1010
- main

0 commit comments

Comments
 (0)