From 0bf398a3519bfa8d7046ba842460d212567fee58 Mon Sep 17 00:00:00 2001 From: Bartlomiej Dudzik Date: Mon, 28 Oct 2024 13:19:50 +0100 Subject: [PATCH] chore(ci): re-create book artifacts at the beginning of each month --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c80f76d..81ecc14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,10 @@ on: pull_request: branches: - main + workflow_dispatch: + schedule: + # First day of a month + - cron: '0 0 1 * *' jobs: build: