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:15 UTC

[incubator-wayang] branch CalvinKirs-patch-1 created (now 8ef11d79)

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

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


      at 8ef11d79 Fix document GA grammatical errors

This branch includes the following new commits:

     new 8ef11d79 Fix document GA grammatical errors

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ki...@apache.org.
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