Track vm-operator separately.

This commit is contained in:
Michael Lipp 2025-03-02 21:06:26 +01:00
parent 4965845f3d
commit d8cff8b942
3 changed files with 2 additions and 1 deletions

View file

@ -124,6 +124,7 @@ gitPublish {
branch = 'main' branch = 'main'
contents { contents {
from("${rootProject.projectDir}/webpages") { from("${rootProject.projectDir}/webpages") {
include '_includes/matomo-vm-operator.jdrupes.org.html'
include '_layouts/vm-operator.html' include '_layouts/vm-operator.html'
include 'vm-operator/**' include 'vm-operator/**'
} }

View file

@ -104,7 +104,7 @@
</footer> </footer>
</div> </div>
{% include matomo.html %} {% include matomo-vm-operator.jdrupes.org.html %}
</body> </body>
</html lang="en"> </html lang="en">