update config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-13 18:11:41 +01:00
parent b8daf7f56b
commit 3a1c098280
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,7 +3,7 @@ pipeline:
image: gitnet.fr/deblan/mkdocs
environment:
- SITE_URL=https://doc.murph-project.org/
commands:
commands: |
if [ -n "$SITE_URL" ]; then
sed -i "s,# site_url: \"{site_url}\",site_url: \"$SITE_URL\"," mkdocs.yml
fi