From eabcc5f0b52287633638210cc7bab61cc3e840ad Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 11 Feb 2023 19:18:55 +0100 Subject: [PATCH] add config --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 237ea91..e8805f6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,9 +3,8 @@ pipeline: image: gitnet.fr/deblan/mkdocs environments: commands: - - - echo "site_url: https://doc.murph-project.org/" >> mkdocs.yml - mkdocs build + - echo "site_url: 'https://doc.murph-project.org/'" >> mkdocs.yml + - mkdocs build deploy: image: eeacms/rsync secrets: [ssh_user_host, ssh_priv_key]