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

This commit is contained in:
Simon Vieille 2023-02-13 17:53:04 +01:00
parent 7016a805f4
commit 55439d0cf8
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 4 additions and 2 deletions

View file

@ -2,8 +2,10 @@ pipeline:
build:
image: gitnet.fr/deblan/mkdocs
pull: true
environments:
- SITE_URL=https://tinternet.gitnet.page/doc/
commands:
- sed -i 's/# site_url/site_url/' mkdocs.yml
- "sed -i 's,# site_url: {site_url},site_url: ${SITE_URL},' -i mkdocs.yml"
- mkdocs build
- git checkout mkdocs.yml

View file

@ -1,5 +1,5 @@
site_name: "Tinternet & cie"
# site_url: "https://tinternet.gitnet.page/doc/"
# site_url: "{site_url}"
plugins:
- search