Skip to content

Commit

Permalink
fix(ci): remove lfs command
Browse files Browse the repository at this point in the history
- figured that since lfs boolean is set to true, it should pick up from
  here and work properly;
  - NOTE: check this next time we push more objects

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

0 comments on commit ade2df9

Please sign in to comment.