Skip to content

Commit f98594f

Browse files
committed
[DOC] Integrate documentation test in existing test workflow
1 parent fd57a95 commit f98594f

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.github/workflows/test-documentation.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ jobs:
6262

6363
- name: Run TypoScript linter
6464
run: composer run-script test-typoscript-lint
65+
66+
- name: Render and test documentation
67+
run: |
68+
mkdir -p Documentation-GENERATED-temp \
69+
&& docker run --rm --pull always -v $(pwd):/project \
70+
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test

0 commit comments

Comments
 (0)