diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 444ab54..3aba9b7 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -11,6 +11,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + # Triggers the workflow every day at 5:30 and 17:30 UTC + - cron: '30 05,17 * * *' # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: