Merge pull request #19561 from dvdksn/css-buildstats

hugo: use hugo buildStats to extract css classes and elements
This commit is contained in:
David Karlsson
2024-03-11 18:22:57 +01:00
committed by GitHub
8 changed files with 424 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ target "release" {
}
group "validate" {
targets = ["lint", "test"]
targets = ["lint", "test", "validate-stats"]
}
target "test" {
@@ -172,3 +172,13 @@ target "validate-upstream" {
target = "validate-upstream"
output = ["type=cacheonly"]
}
target "update-stats" {
target = "update-stats"
output = ["."]
}
target "validate-stats" {
target = "validate-stats"
output = ["type=cacheonly"]
}