Skip to content

[TASK] use TypoScript instead of template #262

[TASK] use TypoScript instead of template

[TASK] use TypoScript instead of template #262

name: test documentation
on: [ push, pull_request ]
jobs:
tests:
name: test-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