Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 65b32d8

Browse files
authored
Triggers the workflow every day at 05:00 UTC (#209)
1 parent 6762b5a commit 65b32d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
1212
schedule:
13-
# Triggers the workflow every day at 5:30 and 17:30 UTC
14-
- cron: '30 05,17 * * *'
13+
# Triggers the workflow every day at 05:00 UTC
14+
- cron: '0 5 * * *'
1515

1616
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1717
permissions:

0 commit comments

Comments
 (0)