Remove docs build infrastructure

- Delete Dockerfile-docs, docs-nginx.conf, theme_common, theme_override
    - Delete pull_request_docs.yaml workflow
    - Remove docs build steps from push.yaml and release.yaml
    - Clean up docs path exclusions from pull_request.yaml and push-pr-image.yaml
This commit is contained in:
Rasheed Amir
2026-05-11 09:48:10 +02:00
parent 37f3795233
commit 9187bb9a85
11 changed files with 0 additions and 160 deletions

View File

@@ -186,37 +186,6 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.revision=${{ github.sha }}
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
docs:
- '.markdownlint.yaml'
- '.vale.ini'
- 'Dockerfile-docs'
- 'docs-nginx.conf'
- 'docs/**'
- 'README.md'
- 'theme_common'
- 'theme_override'
# run only if 'docs' files were changed
- name: Build and Push Docker Image for Docs to ghcr registry
if: steps.filter.outputs.docs == 'true'
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile-docs
pull: true
push: true
build-args: BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }}
cache-to: type=inline
tags: |
${{ env.GHCR_IMAGE_REPOSITORY }}/docs:merge-${{ github.event.number }}
labels: |
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.revision=${{ github.sha }}
- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.75.0
env: