fix image arch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
greglebreton 2023-01-05 00:07:08 +01:00
parent 49a6092f41
commit 75954d1e52

View File

@ -20,7 +20,7 @@ steps:
path: /drone/src/docs path: /drone/src/docs
commands: commands:
- pip install -U -r ./requirements.txt - pip install -U -r ./requirements.txt
- mkdocs build - cd doc && mkdocs build
# image: squidfunk/mkdocs-material:7.1.9 # image: squidfunk/mkdocs-material:7.1.9
# volumes: # volumes: