diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index bd5a6aa..0df72e9 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: '0 * * * *' + - cron: '20 1 * * *' jobs: scrape-data: