Skip to content

Commit

Permalink
Add lfs flag to checked out files
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcorreia committed Jun 14, 2024
1 parent ac8fcbc commit c8f31f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
lfs: 'true'
- name: checkoutLFS
uses: actions/checkout@v4
run: git lfs pull
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit c8f31f0

Please sign in to comment.