From 633cc6bbd56a474f3a4722ba3d95c5c14dac0070 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 21 Nov 2022 22:53:15 +0100 Subject: [PATCH] drone: fix option site-dir --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08f5bab..98f13be 100755 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - name: build image: squidfunk/mkdocs-material commands: - - mkdocs build --clean --strict --verbose --site-dirs build + - mkdocs build --clean --strict --verbose --site-dir build trigger: event: exclude: @@ -36,7 +36,7 @@ steps: - name: build image: squidfunk/mkdocs-material commands: - - mkdocs build --clean --strict --verbose --site-dirs homelab + - mkdocs build --clean --strict --verbose --site-dir homelab - name: deploy image: appleboy/drone-scp