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 <[email protected]> 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
