From d7b9fbfa0c0410e916c8508a34214433093d1ce4 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 7 Jun 2026 21:41:15 -0400 Subject: [PATCH] Reverting LFS approach --- .github/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8622143..048e51a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,13 +21,17 @@ jobs: with: submodules: true fetch-depth: 0 - lfs: true - name: Git submodule update run: | git pull --recurse-submodules git submodule update --remote --recursive + - name: Pull down Git LFS files + run: | + git lfs fetch + git lfs checkout + - name: Setup Hugo env: HUGO_VERSION: 0.143.1