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

glauesppen pushed a commit to branch feature/new-website
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git

commit 9cc884ade952713fbe91a1feb50b243546705953
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 20:05:06 2023 +0000

    add a checkout
---
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 83a50b5..0f2635b 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -141,6 +141,6 @@ jobs:
           git add -A
           git config --global user.name 'GitHub Actions'
           git config --global user.email '[email protected]'
-          git commit -m "Build website and document"
           git checkout $BRANCH_PAGE
+          git commit -m "Build website and document"
           git push -u origin $BRANCH_PAGE

Reply via email to