From c1e0426477f40ec2940c5d1a9ebcb8faeac4f546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Thu, 20 Jul 2023 02:02:02 +0100 Subject: [PATCH] chore: add submodules trueto checkout action --- .gitea/workflows/on_docserver.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/on_docserver.yaml b/.gitea/workflows/on_docserver.yaml index 3eb0f08..965fb1a 100644 --- a/.gitea/workflows/on_docserver.yaml +++ b/.gitea/workflows/on_docserver.yaml @@ -23,6 +23,9 @@ jobs: # ls ${{ gitea.workspace }} - name: Check out repository code uses: actions/checkout@v3 + with: + submodules: true + # Defs in https://github.com/actions/checkout #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - name: Install Rust run: |