Skip to content

Commit d7b9fbf

Browse files
committed
Reverting LFS approach
1 parent ee8afd7 commit d7b9fbf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ jobs:
2121
with:
2222
submodules: true
2323
fetch-depth: 0
24-
lfs: true
2524

2625
- name: Git submodule update
2726
run: |
2827
git pull --recurse-submodules
2928
git submodule update --remote --recursive
3029
30+
- name: Pull down Git LFS files
31+
run: |
32+
git lfs fetch
33+
git lfs checkout
34+
3135
- name: Setup Hugo
3236
env:
3337
HUGO_VERSION: 0.143.1

0 commit comments

Comments
 (0)