We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd57a95 commit f98594fCopy full SHA for f98594f
.github/workflows/test-documentation.yml
.github/workflows/test.yml
@@ -62,3 +62,9 @@ jobs:
62
63
- name: Run TypoScript linter
64
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