add config

This commit is contained in:
Simon Vieille 2023-02-11 19:18:55 +01:00
parent 0b5b587387
commit eabcc5f0b5
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,9 +3,8 @@ pipeline:
image: gitnet.fr/deblan/mkdocs
environments:
commands:
-
echo "site_url: https://doc.murph-project.org/" >> mkdocs.yml
mkdocs build
- echo "site_url: 'https://doc.murph-project.org/'" >> mkdocs.yml
- mkdocs build
deploy:
image: eeacms/rsync
secrets: [ssh_user_host, ssh_priv_key]