Move more functionality into internal/build/build.go

and use make targets in CI, pass flag spec YAML through yq

includes result of running `make v2approve`
This commit is contained in:
2022-09-11 12:43:29 -04:00
parent 375e5dfc1d
commit 12a3c62e50
6 changed files with 564 additions and 192 deletions

View File

@@ -107,7 +107,7 @@ following `make` targets may be used if desired:
```sh
# install documentation dependencies with `pip`
make docs-deps
make ensure-mkdocs
```
```sh