From fe1bec0c7aefc2876a099cfff14d7ad762208e2e Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Fri, 6 Sep 2024 18:11:04 -0700 Subject: [PATCH] Git LFS setup --- .github/workflows/deploy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a529d60..cc435e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,6 @@ jobs: uses: actions/checkout@v3 with: submodules: true - lfs: true fetch-depth: 0 - name: Git submodule update @@ -31,6 +30,11 @@ jobs: 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.105.0 @@ -68,6 +72,6 @@ jobs: Hostname brandonrozek.com user build IdentityFile ~/.ssh/id_rsa" > ~/.ssh/config - + - name: Deploy run: ./deploy.sh