check out submodules

This commit is contained in:
Patrick Kanzler 2020-09-28 21:15:33 +02:00
parent 04e0a0ce47
commit a8941b4a3e
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: ammaraskar/sphinx-action@0.4 - uses: ammaraskar/sphinx-action@0.4
with: with:
docs-folder: "doc/" docs-folder: "doc/"