Skip to content

Commit

Permalink
[TASK] Add test-docs to make file (#445)
Browse files Browse the repository at this point in the history
* [TASK] Add test-docs to make file

Also adjust the gitignore as the newest ddev versions do not create one automatically anymore

releases: main, 12.4, 11.5

* Update .gitignore

* Update .gitignore

(cherry picked from commit 468d9b6)
  • Loading branch information
linawolf committed Apr 15, 2024
1 parent 4088577 commit 4608fea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4608fea

Please sign in to comment.