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 4fd0ae2 commit d446ba2Copy full SHA for d446ba2
.github/workflows/deploy-website.yml
@@ -2,9 +2,9 @@ name: Deploy website
2
3
on:
4
workflow_dispatch:
5
- # deploy daily @ 4:55 AM UTC
+ # deploy daily @ 5:30 AM UTC
6
schedule:
7
- - cron: '55 4 * * *'
+ - cron: '30 5 * * *'
8
push:
9
branches:
10
- main
0 commit comments