From 8175882abadd93a6ed243f2da495208e18033bbc Mon Sep 17 00:00:00 2001 From: Alexandre Plateau Date: Mon, 5 Feb 2024 13:48:59 +0100 Subject: [PATCH] Update the docs only on the first day of the month --- .github/workflows/arkdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arkdoc.yml b/.github/workflows/arkdoc.yml index f62649c5..96c7c7cf 100644 --- a/.github/workflows/arkdoc.yml +++ b/.github/workflows/arkdoc.yml @@ -2,7 +2,7 @@ name: Update ArkDoc documentation on: schedule: - - cron: "0 2 * * sun" + - cron: "0 0 1 * *" workflow_dispatch: jobs: