chore: remove docs workflows (#698)

This commit is contained in:
Michael Barz
2025-04-20 23:16:14 +02:00
committed by GitHub
parent 4988709fd7
commit 87ea852a21
2 changed files with 1 additions and 46 deletions
+1 -30
View File
@@ -422,8 +422,7 @@ def main(ctx):
pipelines = []
build_release_helpers = \
readyReleaseGo() + \
docs()
readyReleaseGo()
build_release_helpers.append(
pipelineDependsOn(
@@ -1879,34 +1878,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-%s" % branch,
"git_config_email": "${CI_COMMIT_AUTHOR_EMAIL}",
"git_config_name": "${CI_COMMIT_AUTHOR}",
"ssh_key": {
"from_secret": "ssh_key",
},
},
},
],
"when": [
{
"event": "push",
"branch": ["main", "stable-*"],
},
],
},
]
def makeNodeGenerate(module):
if module == "":
make = "make"
-16
View File
@@ -1,16 +0,0 @@
---
when:
- event: ["push", "manual"]
branch: main
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