From cac10a60039db2eabe9cb07e0ca82eb60e3906d0 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 24 Jan 2025 07:40:59 +0100 Subject: [PATCH] Checkout LFS files for building website --- .github/workflows/publish-develop-docs.yml | 1 + .github/workflows/publish-release-docs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-develop-docs.yml b/.github/workflows/publish-develop-docs.yml index cf3fa3131..f0e6db8e1 100644 --- a/.github/workflows/publish-develop-docs.yml +++ b/.github/workflows/publish-develop-docs.yml @@ -18,6 +18,7 @@ jobs: - name: Get the sources uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: + lfs: true fetch-depth: 0 - name: Install Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 diff --git a/.github/workflows/publish-release-docs.yml b/.github/workflows/publish-release-docs.yml index d1dca5af7..d929f002a 100644 --- a/.github/workflows/publish-release-docs.yml +++ b/.github/workflows/publish-release-docs.yml @@ -17,6 +17,7 @@ jobs: - name: Get the sources uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: + lfs: true fetch-depth: 0 - name: Install Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5