From 0f0991fc645508745a084f9e88b601093d1f4f4c Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Thu, 5 Sep 2024 11:28:39 +0200 Subject: [PATCH] checkout repository recursively MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Salome and I were testing the current build artifact and realized that the TEI Stylesheets were missing in the EOL xar which caused the Edirom to fail miserably. Introducing `submodules: 'recursive'` will hopefully fix this – or is there any reason to exclude the submodules from the build here? --- .github/workflows/pre-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index a54c2a352..368b5136d 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Chekout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + with: + submodules: 'recursive' - name: Get short sha uses: benjlevesque/short-sha@599815c8ee942a9616c92bcfb4f947a3b670ab0b # v3.0