diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 4fdf7d9b1..225ef537b 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -2,11 +2,11 @@ name: Deploy Pages on: workflow_dispatch: - push: - branches: - - main - schedule: - - cron: "1 * * * *" # every one hour + #push: + # branches: + # - main + #schedule: + # - cron: "1 * * * *" # every one hour permissions: contents: read