This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
If Typoscript is 1 then PHP is true (#64) #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test documentation | |
on: [ push, pull_request ] | |
jobs: | |
tests: | |
name: 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 |