Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down