diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 528b359c8..4fdf7d9b1 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -6,7 +6,7 @@ on: branches: - main schedule: - - cron: "* */1 * * *" # every one hour + - cron: "1 * * * *" # every one hour permissions: contents: read