diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 003b3f702..dde6ca570 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,5 +19,4 @@ jobs: - name: Documentation renders without warnings run: | - docker run --rm --pull always -v $(pwd):/project \ - ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log \ No newline at end of file + docker run --rm --pull always -v $(pwd):/project ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log