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

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

View file

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