drone: fix option site-dir
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-11-21 22:53:15 +01:00
parent 06b9151c77
commit 633cc6bbd5

View File

@ -22,7 +22,7 @@ steps:
- name: build - name: build
image: squidfunk/mkdocs-material image: squidfunk/mkdocs-material
commands: commands:
- mkdocs build --clean --strict --verbose --site-dirs build - mkdocs build --clean --strict --verbose --site-dir build
trigger: trigger:
event: event:
exclude: exclude:
@ -36,7 +36,7 @@ steps:
- name: build - name: build
image: squidfunk/mkdocs-material image: squidfunk/mkdocs-material
commands: commands:
- mkdocs build --clean --strict --verbose --site-dirs homelab - mkdocs build --clean --strict --verbose --site-dir homelab
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp