From 1797ead00cc6691a506cf0c9013d1b7bfdc23612 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 12 May 2023 20:33:43 +0200 Subject: [PATCH] checkout lfs during actions --- .github/workflows/hugo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 864ac7b..60d4a33 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -45,6 +45,7 @@ jobs: with: submodules: recursive fetch-depth: 0 + lfs: true - name: Setup Pages id: pages uses: actions/configure-pages@v3