check out submodules
This commit is contained in:
parent
04e0a0ce47
commit
a8941b4a3e
|
@ -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/"
|
Loading…
Reference in New Issue