mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Merge pull request #19561 from dvdksn/css-buildstats
hugo: use hugo buildStats to extract css classes and elements
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user