Git LFS setup

This commit is contained in:
Brandon Rozek 2024-09-06 18:11:04 -07:00
parent b62344972d
commit fe1bec0c7a
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

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