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