Skip to content

Commit

Permalink
Track vm-operator separately.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Mar 2, 2025
1 parent 4965845 commit d8cff8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ gitPublish {
branch = 'main'
contents {
from("${rootProject.projectDir}/webpages") {
include '_includes/matomo-vm-operator.jdrupes.org.html'
include '_layouts/vm-operator.html'
include 'vm-operator/**'
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion webpages/_layouts/vm-operator.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1>{{ page.tocTitle }}</h1>
</footer>
</div>

{% include matomo.html %}
{% include matomo-vm-operator.jdrupes.org.html %}

</body>
</html lang="en">

0 comments on commit d8cff8b

Please sign in to comment.