From 39e0b8e4bc3c7b7a454f32d30ebd03544a0ffd0e Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:29:26 -0400 Subject: [PATCH] ci: filter blobs during checkout --- .github/workflows/jekyll-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index be3237af..8b6ace9d 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -249,6 +249,7 @@ jobs: path: gh-pages persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of the personal token fetch-depth: 0 # otherwise, will fail to push refs to dest repo + filter: blob:none # empty contents of gh-pages - name: Clean