From ee50398e5d9e16fdec57c73f4e14405963f96cfd Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Mon, 8 May 2023 18:25:24 +0200 Subject: [PATCH] build checkout submodules --- .gitea/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7058026..6332448 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,6 +20,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + with: + submodules: recursive + - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - name: Build PDF with `latexmk`