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