From 1cc58aba18c3a746f714eef936c352b72f4c6f80 Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Mon, 6 May 2024 01:23:07 +0200 Subject: [PATCH] ci-fix: trying to checkout lfs files to re-enable logo --- .github/workflows/broken-links-and-wiki.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/broken-links-and-wiki.yaml b/.github/workflows/broken-links-and-wiki.yaml index f18571ba0b..7891623e10 100644 --- a/.github/workflows/broken-links-and-wiki.yaml +++ b/.github/workflows/broken-links-and-wiki.yaml @@ -23,7 +23,11 @@ jobs: - name: "Checkout Repository" uses: actions/checkout@v4 with: - lfs: true + lfs: true + submodules: true + + - name: "Checkout LFS" + run: git lfs checkout - name: Update the Capabilities Wiki Page run: |