From bae92626c9f1b07960c27893ef7cece6ef8cdd59 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Thu, 23 Oct 2025 07:53:38 -0700 Subject: [PATCH] [Admin] Update and test workflow --- .github/workflows/auto-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index aae337b..aab199b 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -3,9 +3,10 @@ run-name: Automatically publish documentation on: schedule: - cron: '45 23 * * WED' + - cron: '10 15 * * THU' jobs: auto-publish: - runs-on: ubuntu-latest + runs-on: windows-latest permissions: contents: write defaults: