add config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-02-11 19:22:40 +01:00
parent eabcc5f0b5
commit 7dbe56d0ad
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
site_name: Documentation of Murph
# site_url: https://doc.murph-project.org/
extra_css:
- /_static/css/extra.css