Skip to content

Commit 60592a9

Browse files
authored
Fix: git lfs again
._ .
1 parent 19b0d23 commit 60592a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/webhost.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
with:
2121
lfs: true
2222
submodules: true
23-
- name: Fetch any needed Git LFS objects and prune extraneous ones
24-
run: git lfs fetch --prune
25-
- name: Checkout the previously fetched LFS objects
26-
run: git lfs checkout
23+
- name: Fetch Git LFS objects
24+
run: git lfs pull
2725
- name: "Build"
2826
uses: shalzz/zola-deploy-action@186b5039430ab38781dde8feaf0861bcc017413f
2927
env:

0 commit comments

Comments
 (0)