Skip to content

Commit

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

0 comments on commit ac9f32e

Please sign in to comment.