From 3cc997abf74f7d4a8ef4169d8ece1b89ce583f36 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Wed, 26 Jun 2024 14:29:36 -0700 Subject: [PATCH] shooting in the dark trying to fix https://github.com/gjtorikian/jekyll-last-modified-at/issues/69 --- .github/workflows/jekyll-gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 41ebc6c..d1b2789 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -32,6 +32,8 @@ jobs: fetch-depth: 0 - name: Setup Pages uses: actions/configure-pages@v5 + - name: Trying to get history + run: git fetch --unshallow && git switch master && git pull - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: