Skip to content

Commit

Permalink
fix(git): first pull lfs objects
Browse files Browse the repository at this point in the history
- as per
  https://stackoverflow.com/a/61466160/2733115

Resolves:
Related:
Signed-off-by: Daniel Andrei Mincă <[email protected]>
  • Loading branch information
dminca committed Apr 21, 2024
1 parent 93a96e2 commit f027821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
submodules: recursive
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
run: git lfs pull
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit f027821

Please sign in to comment.