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 9fa606b commit 00aa01c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ docs: ## Generate projects docs (from "Documentation" directory)
mkdir -p Documentation-GENERATED-temp

docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation

.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 00aa01c

Please sign in to comment.