Skip to content

Commit 0b0ecdd

Browse files
committed
Get LFS files and do not get all history
1 parent ba2273d commit 0b0ecdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
with:
37+
sparse-checkout: .
38+
lfs: 'true'
3639
- name: Setup Ruby
3740
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3841
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4

0 commit comments

Comments
 (0)