We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9c998 commit 1c0dddfCopy full SHA for 1c0dddf
1 file changed
.github/workflows/hugo.yml
@@ -43,10 +43,17 @@ jobs:
43
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
44
# - name: Install Dart Sass
45
# run: sudo snap install dart-sass
46
- - name: Checkout
+ - name: Install Git LFS
47
+ run: |
48
+ sudo apt install git-lfs
49
+ git lfs install
50
+ - name: Checkout with LFS
51
uses: actions/checkout@v4
52
with:
53
+ lfs: true
54
submodules: recursive
55
+ - name: Fetch LFS files
56
+ run: git lfs pull
57
- name: Setup Pages
58
id: pages
59
uses: actions/configure-pages@v4
0 commit comments