You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by ki...@apache.org on 2023/05/09 05:43:16 UTC

[incubator-wayang] 01/01: Fix document GA grammatical errors

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit 8ef11d796d6e4fb5cddc07b5f374409277955874
Author: Calvin Kirs <ki...@apache.org>
AuthorDate: Tue May 9 13:43:10 2023 +0800

    Fix document GA grammatical errors
---
 .github/workflows/documentation.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 381654c8..2325c415 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -54,4 +54,5 @@ jobs:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven
       - name: Generate the documentation
-          run: ./mvnw clean gem:exec@bundle-install gem:exec@generate-documentation gem:exec@generate-documentation-as-latest site -pl wayang-docs -Pweb-documentation
\ No newline at end of file
+        run: |
+          ./mvnw clean gem:exec@bundle-install gem:exec@generate-documentation gem:exec@generate-documentation-as-latest site -pl wayang-docs -Pweb-documentation