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
The following commit(s) were added to refs/heads/feature/new-website by this
push:
new 3552f69 fetching the origin
3552f69 is described below
commit 3552f6921959136581c5fadff9e3dc844cf54008
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 20:12:09 2023 +0000
fetching the origin
---
.github/workflows/main.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 0f8536a..f4b5ff3 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -138,9 +138,10 @@ jobs:
# Commenting this step while we understand if still necessary
- name: Commiting changes on ASF branch
run: |
+ git fetch origin asf-site:asf-site
git add -A
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
- git checkout "$BRANCH_PAGE"
+ git checkout $BRANCH_PAGE
git commit -m "Build website and document"
- git push -u origin "$BRANCH_PAGE"
+ git push -u origin $BRANCH_PAGE