From 6bff80c7cb5727485f2ce9216926123c922a51f6 Mon Sep 17 00:00:00 2001 From: Marc Bosch <64325179+marcboschmatas@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:16:34 +0100 Subject: [PATCH] Update quarto-publish.yml --- .github/workflows/quarto-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index c428e69..a3548fa 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -4,8 +4,8 @@ on: branches: main schedule: # * is a special character in YAML so you have to quote this string - # Cada dia a les 13:00 - - cron: '00 13 * * *' + # Cada dia a les 00:00 + - cron: '0 0 * * *' name: Render and Publish permissions: