From a8941b4a3ed24f8f22db0baec4d6ae49b6cea187 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 28 Sep 2020 21:15:33 +0200 Subject: [PATCH] check out submodules --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8061c58..cfa0a2f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,6 +20,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v2 + with: + submodules: 'recursive' - uses: ammaraskar/sphinx-action@0.4 with: docs-folder: "doc/" \ No newline at end of file