This commit is contained in:
parent
9e35442c9e
commit
d9395d0a93
2 changed files with 8 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ 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
|
||||
- mkdocs build
|
||||
- git checkout mkdocs.yml
|
||||
|
||||
|
|
|
|||
7
overrides/main.html
Normal file
7
overrides/main.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
|
||||
<!-- ci_scripts -->
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue