From d53606529eb610cc935f50244859e3bbf83080c8 Mon Sep 17 00:00:00 2001 From: Robin Swift Date: Mon, 23 Sep 2024 22:30:38 +0100 Subject: [PATCH] schedule --- .github/workflows/website.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 62302ac..596c628 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,6 +4,8 @@ on: push: branches: ["main"] workflow_dispatch: + schedule: + - cron: "15 3 * * 2" permissions: contents: read @@ -22,7 +24,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-report - path: test_report + path: docs build: needs: run_testing