updates to build in gitea actions
Some checks failed
Build container images / build (push) Failing after 11s

This commit is contained in:
2023-08-18 17:29:24 -07:00
parent 3efd15fb6f
commit bf44753556
8 changed files with 184 additions and 44 deletions

View File

@@ -1,9 +1,9 @@
{
"private": true,
"dependencies": {
"@doc-utils/color-themes": "^0.1.14",
"@doc-utils/docs2website": "^0.1.4",
"@doc-utils/color-themes": "^0.2.0",
"@doc-utils/docs2website": "^0.1.6",
"@doc-utils/jsonschema2markdown": "^0.1.1",
"@doc-utils/markdown2html": "^0.2.6"
"@doc-utils/markdown2html": "^0.3.4"
}
}