Skip to content

Commit 19b0d23

Browse files
authored
Fix: git lfs needs to be fetch'd
When was this changed?
1 parent 1c70872 commit 19b0d23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/webhost.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
with:
2121
lfs: true
2222
submodules: true
23-
- name: Checkout LFS objects
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
2426
run: git lfs checkout
2527
- name: "Build"
2628
uses: shalzz/zola-deploy-action@186b5039430ab38781dde8feaf0861bcc017413f
@@ -39,4 +41,4 @@ jobs:
3941
server-dir: ./public_html/
4042
server: ${{ secrets.ftp_hostname }}
4143
username: ${{ secrets.ftp_username }}
42-
password: ${{ secrets.ftp_password }}
44+
password: ${{ secrets.ftp_password }}

0 commit comments

Comments
 (0)