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 19b0d23 commit 60592a9Copy full SHA for 60592a9
.github/workflows/webhost.yml
@@ -20,10 +20,8 @@ jobs:
20
with:
21
lfs: true
22
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
+ - name: Fetch Git LFS objects
+ run: git lfs pull
27
- name: "Build"
28
uses: shalzz/zola-deploy-action@186b5039430ab38781dde8feaf0861bcc017413f
29
env:
0 commit comments