add config

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

View file

@ -3,8 +3,9 @@ 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]