use root makefile to bring back protobuf docs

This commit is contained in:
Michael Barz
2023-10-06 10:38:59 +02:00
parent b34d4dc0a0
commit 13777488ec

View File

@@ -1816,7 +1816,7 @@ def docs():
{
"name": "docs-generate",
"image": OC_CI_GOLANG,
"commands": ["make -C docs docs-generate"],
"commands": ["make docs-generate"],
},
{
"name": "prepare",