Skip to content

Commit 00fe581

Browse files
committed
Fix: Enable Git LFS in GitHub Actions workflow
1 parent b4e6c4b commit 00fe581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
with:
35+
lfs: true
3436
- name: Setup Pages
3537
uses: actions/configure-pages@v5
3638
- name: Upload artifact

0 commit comments

Comments
 (0)