mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-20 23:36:29 -05:00
Git LFS setup
This commit is contained in:
parent
b62344972d
commit
fe1bec0c7a
1 changed files with 6 additions and 2 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue