Skip to content

Commit ed3c1aa

Browse files
Update build-and-deploy-pages.yml
1 parent e83b4d5 commit ed3c1aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-deploy-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Jekyll site CI
1+
name: Build and deploy pages
22

33
on:
44
push:
@@ -12,6 +12,9 @@ jobs:
1212
# Specify runner + build & upload the static files as an artifact
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/checkout@v4
16+
with:
17+
lfs: true
1518
- name: Build static files
1619
id: build
1720
run: |

0 commit comments

Comments
 (0)