diff --git a/.github/workflows/build-antora-doc.yml b/.github/workflows/build-antora-doc.yml index a3d3e1e..539c159 100644 --- a/.github/workflows/build-antora-doc.yml +++ b/.github/workflows/build-antora-doc.yml @@ -58,6 +58,5 @@ jobs: - name: "Build Antora documentation" working-directory: ./ - run: | - npx antora antora-ci-playbook.yml --stacktrace + run: npx antora antora-ci-playbook.yml --stacktrace \ No newline at end of file