From 7dbe56d0ad1f46768d4fb249981e85e5eaf616ce Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 11 Feb 2023 19:22:40 +0100 Subject: [PATCH] add config --- .woodpecker.yml | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e8805f6..8b1e4f4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: image: gitnet.fr/deblan/mkdocs environments: commands: - - echo "site_url: 'https://doc.murph-project.org/'" >> mkdocs.yml + - sed -i 's/# site_url/site_url' mkdocs.yml - mkdocs build deploy: image: eeacms/rsync diff --git a/mkdocs.yml b/mkdocs.yml index 0969c58..c1aa3ff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,5 @@ site_name: Documentation of Murph +# site_url: https://doc.murph-project.org/ extra_css: - /_static/css/extra.css