Skip to content

Commit 1c0dddf

Browse files
Use Git LFS hugo.yml
1 parent ac9c998 commit 1c0dddf

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/hugo.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,17 @@ jobs:
4343
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4444
# - name: Install Dart Sass
4545
# run: sudo snap install dart-sass
46-
- name: Checkout
46+
- name: Install Git LFS
47+
run: |
48+
sudo apt install git-lfs
49+
git lfs install
50+
- name: Checkout with LFS
4751
uses: actions/checkout@v4
4852
with:
53+
lfs: true
4954
submodules: recursive
55+
- name: Fetch LFS files
56+
run: git lfs pull
5057
- name: Setup Pages
5158
id: pages
5259
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)