Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

[Backport 11.5] [TASK] Add section on core upgrader (#385) #12

[Backport 11.5] [TASK] Add section on core upgrader (#385)

[Backport 11.5] [TASK] Add section on core upgrader (#385) #12

name: Test documentation
on: [ push, pull_request ]
jobs:
tests:
name: Render documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test if the documentation will render without warnings
run: |
mkdir -p Documentation-GENERATED-temp \
&& docker run --rm --pull always -v $(pwd):/project \
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log