Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShakataGaNai committed Jul 2, 2024
1 parent 79afbf4 commit 2ddd90f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
lfs: true # Fetch large files

- name: ❌ Turn off LFS
run: >-
git lfs uninstall;
rm -Rf .git;
rm .gitattributes;
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
Expand Down

0 comments on commit 2ddd90f

Please sign in to comment.