From 7087c5d1c59b05e4a21a90f747d1de46a6967f2e Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Thu, 23 Oct 2025 09:07:59 -0700 Subject: [PATCH] [Admin] Update gitattributes and publish workflow --- .gitattributes | 4 ++-- .github/workflows/auto-publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5f61bd1..a377943 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -*.cs text -*.vb text +*.cs -text +*.vb -text \ No newline at end of file diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index aab199b..4a7ea84 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -3,7 +3,7 @@ run-name: Automatically publish documentation on: schedule: - cron: '45 23 * * WED' - - cron: '10 15 * * THU' + - cron: '15 16 * * THU' jobs: auto-publish: runs-on: windows-latest