Reverting LFS approach

This commit is contained in:
Brandon Rozek 2026-06-07 21:41:15 -04:00
parent ee8afd7a52
commit d7b9fbfa0c

View file

@ -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