From e8ed0d2a14413dfee999015370a66eb1d24336cb Mon Sep 17 00:00:00 2001 From: MG-5 Date: Wed, 25 Oct 2023 00:13:07 +0200 Subject: [PATCH] Switch checkout to cached on Every deployment use the LFS bandwith so we use cached checkout now --- .github/workflows/jekyll-gh-pages.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 7769265..5190b12 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -26,10 +26,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - with: - lfs: true + - name: Cached checkout + uses: nschloe/action-cached-lfs-checkout@v1 + # Use these to explicitly include/exclude files: + # with: + # include: "*" + # exclude: "" - name: Setup Pages uses: actions/configure-pages@v3 - name: Build with Jekyll