We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c70872 commit 19b0d23Copy full SHA for 19b0d23
.github/workflows/webhost.yml
@@ -20,7 +20,9 @@ jobs:
20
with:
21
lfs: true
22
submodules: true
23
- - name: Checkout LFS objects
+ - 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
27
- name: "Build"
28
uses: shalzz/zola-deploy-action@186b5039430ab38781dde8feaf0861bcc017413f
@@ -39,4 +41,4 @@ jobs:
39
41
server-dir: ./public_html/
40
42
server: ${{ secrets.ftp_hostname }}
43
username: ${{ secrets.ftp_username }}
- password: ${{ secrets.ftp_password }}
44
+ password: ${{ secrets.ftp_password }}
0 commit comments