From ca99594ba5af6955261e6f38ab2c17c0c6a08c1d Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:32:42 -0500 Subject: [PATCH] fix: ensure last edited history is preserved --- .github/workflows/site-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 7a369d7..8a5ebd5 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v4 with: ref: main + fetch-depth: 0 - name: Set up SSH key run: |