add umami (ci)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-22 07:00:57 +01:00
parent 92d8f927e3
commit 93531db90d
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -4,10 +4,10 @@ pipeline:
pull: true
commands:
- sed -i 's/# site_url/site_url/' mkdocs.yml
- sed -i 's,<!-- ci_scripts -->,<script async defer data-website-id="d4104cec-6e3d-41df-bf72-74a9297def23" src="https://umami.deblan.org/umami.js"></script>,' overrides/main.html
- sed -i 's,<!-- ci_scripts -->,<script async defer data-website-id="d4104cec-6e3d-41df-bf72-74a9297def23" src="https://umami.deblan.org/umami.js"></script>,' overrides/base.html
- mkdocs build
- git checkout mkdocs.yml
- git checkout overrides/main.html
- git checkout overrides/base.html
update:
image: alpine/git