From 6a53345d61f6841a7720afadbabecf630a41d37b Mon Sep 17 00:00:00 2001 From: webrian Date: Fri, 3 Nov 2023 10:34:01 +0100 Subject: [PATCH] Fix schedule in GitHub action --- .github/workflows/build-pages-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pages-and-deploy.yml b/.github/workflows/build-pages-and-deploy.yml index cf51afa..5d20f2d 100644 --- a/.github/workflows/build-pages-and-deploy.yml +++ b/.github/workflows/build-pages-and-deploy.yml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: "0 22 * * 7" + - cron: "0 22 * * 0" jobs: Jekyll: