diff --git a/Makefile b/Makefile index 1196ff05..587ec228 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,10 @@ test-cgl: ## Test coding guidelines to PHP includes .PHONY: fix-cgl fix-cgl: ## Apply coding guidelines to PHP includes Build/Scripts/runTests.sh -s cgl + +.PHONY: test-docs +test-docs: ## Test the documentation rendering + mkdir -p Documentation-GENERATED-temp + + docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log --output-format=html +