diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1edb010..fc28cfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,7 @@ jobs: with: submodules: recursive fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + lfs: true - name: Setup Hugo uses: peaceiris/actions-hugo@v2 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 49ddc1a..30517e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,7 @@ jobs: with: submodules: recursive fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + lfs: true - name: Setup Hugo uses: peaceiris/actions-hugo@v2