Skip to content

Commit

Permalink
fix(git): lfs not checked
Browse files Browse the repository at this point in the history
Resolves:
Related:
Signed-off-by: Daniel Andrei Mincă <zealous_sterner.0e@icloud.com>
  • Loading branch information
dminca committed Apr 21, 2024
1 parent c0bf971 commit 6e52003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
with:
submodules: recursive
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 6e52003

Please sign in to comment.