From 8df9e92987b7384cd421d76cbc3d66a6b65e9eb2 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Mon, 25 Mar 2024 16:08:29 +0100 Subject: [PATCH] [TASK] Fix test-documentation.yml whitespace --- .github/workflows/test-documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-documentation.yml b/.github/workflows/test-documentation.yml index 2fa4762..79ac662 100644 --- a/.github/workflows/test-documentation.yml +++ b/.github/workflows/test-documentation.yml @@ -12,6 +12,6 @@ jobs: - name: Test if the documentation will render without warnings run: | - mkdir -p Documentation-GENERATED-temp \ - && 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 + mkdir -p Documentation-GENERATED-temp \ + && docker run --rm --pull always -v $(pwd):/project \ + ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log