chore: remove docs workflows

This commit is contained in:
Michael Barz
2025-04-28 17:23:38 +02:00
parent aa5471dcd2
commit 3593e0fa04

View File

@@ -422,8 +422,7 @@ def main(ctx):
"""
build_release_helpers = \
readyReleaseGo() + \
docs()
readyReleaseGo()
build_release_helpers.append(
pipelineDependsOn(
@@ -1799,34 +1798,6 @@ def releaseDockerReadme(repo, build_type):
],
}
def docs():
return [
{
"name": "dev-docs",
"steps": [
{
"name": "devdocs",
"image": "codeberg.org/xfix/plugin-codeberg-pages-deploy:1",
"settings": {
"folder": "docs",
"branch": "docs",
"git_config_email": "${CI_COMMIT_AUTHOR_EMAIL}",
"git_config_name": "${CI_COMMIT_AUTHOR}",
"ssh_key": {
"from_secret": "ssh_key",
},
},
},
],
"when": [
{
"event": "push",
"branch": "main",
},
],
},
]
def makeNodeGenerate(module):
if module == "":
make = "make"