1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

check out submodules

This commit is contained in:
Patrick Kanzler 2020-09-28 21:15:33 +02:00
parent 04e0a0ce47
commit a8941b4a3e

View File

@ -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/"