From 805749d5dc49fb06d0a14071859cfe3147d1b728 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Wed, 2 Sep 2026 17:30:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Preserve=20Git=20history=20in=20?= =?UTF-8?q?docs=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- .github/workflows/build-and-push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 047c3b221..f6139e443 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -27,6 +27,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v7.0.1 + with: + # Docusaurus uses Git history for last-update author and time. + fetch-depth: 0 - name: Determine image label id: vars