Skip to content

Commit

Permalink
Fix build with LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Sep 6, 2023
1 parent a219ac9 commit 77dee7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/zola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
lfs: true
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.16.1-1
env:
Expand All @@ -22,6 +24,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
lfs: true
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.16.1-1
env:
Expand Down

0 comments on commit 77dee7c

Please sign in to comment.