We should evaluate if we can limit documentation generation to specific branches. Currently, we have a new documentation for each minor version, which leads to a lot of outdated documentation if we don't backport a lot (which is a big hassle).
This might be possible already, as it is the way the TYPO3 Core docs work. Place to start investigating is probably this:
https://github.com/TYPO3-Documentation/t3docs-ci-deploy/blob/main/.github/workflows/main-rendering.yml
We should evaluate if we can limit documentation generation to specific branches. Currently, we have a new documentation for each minor version, which leads to a lot of outdated documentation if we don't backport a lot (which is a big hassle).
This might be possible already, as it is the way the TYPO3 Core docs work. Place to start investigating is probably this:
https://github.com/TYPO3-Documentation/t3docs-ci-deploy/blob/main/.github/workflows/main-rendering.yml