diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 415d489..b6a12bb 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -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