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

This commit is contained in:
Simon Vieille 2023-02-11 19:15:54 +01:00
parent 29556b7b27
commit 2bb244dc5e
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 1 additions and 2 deletions

View file

@ -2,8 +2,8 @@ pipeline:
build: build:
image: gitnet.fr/deblan/mkdocs image: gitnet.fr/deblan/mkdocs
environments: environments:
- SITE_URL=https://doc.murph-project.org/
commands: commands:
- echo site_url=https://doc.murph-project.org/ >> mkdocs.yml
- mkdocs build - mkdocs build
deploy: deploy:
image: eeacms/rsync image: eeacms/rsync

View file

@ -1,5 +1,4 @@
site_name: Documentation of Murph site_name: Documentation of Murph
site_url: !!python/object/apply:os.getenv ["SITE_URL"]
extra_css: extra_css:
- /_static/css/extra.css - /_static/css/extra.css