Skip to content

Commit 01f6533

Browse files
author
vanillaer
committed
modify1
1 parent bac1e47 commit 01f6533

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
lfs: true
24+
fetch-depth: 0
25+
- name: Ensure Git LFS files are downloaded
26+
run: |
27+
git lfs install
28+
git lfs pull --include="media/*"
2429
- name: Configure Pages
2530
uses: actions/configure-pages@v4
2631
- name: Upload artifact

0 commit comments

Comments
 (0)