diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 73f745a02..8257712db 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ on: branches: - main schedule: - - cron: "0 0 * * *" # min(0-59) time(0-23) date(1-31) month(1-12) day(0-6) + - cron: "0 0 * * 0" # min(0-59) time(0-23) date(1-31) month(1-12) day(0-6) jobs: pull: runs-on: ubuntu-latest