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

This commit is contained in:
Simon Vieille 2023-02-13 18:01:20 +01:00
parent f7f138cc19
commit 5cce21b670
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -4,11 +4,11 @@ pipeline:
pull: true pull: true
environment: environment:
- SITE_URL=https://tinternet.gitnet.page/doc/ - SITE_URL=https://tinternet.gitnet.page/doc/
commands: commands: |
- "sed -i 's,# site_url: \"{site_url}\",site_url: \"${SITE_URL}\",' -i mkdocs.yml" sed -i 's,# site_url: "{site_url}",site_url: "${SITE_URL}",' -i mkdocs.yml
- cat mkdocs.yml cat mkdocs.yml
- mkdocs build mkdocs build
- git checkout mkdocs.yml git checkout mkdocs.yml
update: update:
image: alpine/git image: alpine/git