From ac8fcbc55c0a35bb12c2a47dc0ed047fb250f1ba Mon Sep 17 00:00:00 2001 From: Luis Correia Date: Fri, 14 Jun 2024 09:31:54 +0100 Subject: [PATCH] Add lfs flag to checked out files --- .github/workflows/hugo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 9e0f5fa..415d489 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -43,6 +43,7 @@ jobs: with: submodules: recursive fetch-depth: 0 + lfs: 'true' - name: Setup Pages id: pages uses: actions/configure-pages@v4