Skip to content

Commit 6f29367

Browse files
committed
Add missing docs task to Makefile
1 parent 0e4362e commit 6f29367

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ cs-php: vendor ## Check and fix PHP coding standards
3434
cs-php-check: vendor ## Only check PHP coding standards
3535
.Build/bin/ecs check
3636

37+
docs: ## Render documentation
38+
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
39+
3740
docs-check: ## Check documentation renders without warnings
3841
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log
3942

0 commit comments

Comments
 (0)