Skip to content

Commit 79756f5

Browse files
authored
Merge pull request #154 from gperdrizet/dev
Updated LFS handling during pages site build
2 parents 7663c39 + 7d088af commit 79756f5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
32+
with:
33+
lfs: true
3234
- name: Setup Pages
3335
uses: actions/configure-pages@v5
3436

.github/workflows/test-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30+
with:
31+
lfs: true
3032

3133
- name: Setup Ruby
3234
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)