diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 0df72e9..dd2097d 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -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: