Run every hour

This commit is contained in:
powe97 2023-03-14 00:02:59 -04:00 committed by GitHub
parent c6f7b8f798
commit 7b7128ed25
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Update data, generate static site, and deploy to Pages
on:
workflow_dispatch:
schedule:
- cron: '20 1 * * *'
- cron: '15 * * * *'
jobs:
scrape-data: