Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
[TASK] Add test-docs to make file
Browse files Browse the repository at this point in the history
Also adjust the gitignore as the newest ddev versions do not create one automatically anymore

releases: main, 12.4, 11.5
  • Loading branch information
linawolf committed Mar 24, 2024
1 parent 484f360 commit bb2fe2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ nbproject
Thumbs.db
var/
.cache/
/.ddev/*
!/.ddev/config.yaml
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 bb2fe2f

Please sign in to comment.