From 0b5b5873871dc57c48d020dab9758f451c4bc785 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 11 Feb 2023 19:18:21 +0100 Subject: [PATCH] add config --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 328ca88..237ea91 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,9 @@ 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]