From 75954d1e522b447e40a9e057dbd0c3b93541cb61 Mon Sep 17 00:00:00 2001 From: greglebreton Date: Thu, 5 Jan 2023 00:07:08 +0100 Subject: [PATCH] fix image arch --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d2f9ef5..efb7be7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,8 +20,8 @@ steps: path: /drone/src/docs commands: - pip install -U -r ./requirements.txt - - mkdocs build - + - cd doc && mkdocs build + # image: squidfunk/mkdocs-material:7.1.9 # volumes: # - name: site