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 c547319 add more verbose git command
c547319 is described below
commit c547319343bdf11e9f4c8e12ae39bb5586033807
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 20:00:48 2023 +0000
add more verbose git command
---
.github/workflows/main.yaml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 1b2fe9a..61e7175 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -19,7 +19,7 @@
name: Apache Wayang Ruby deploy
run-name: Deploying latest updates on Apache Wayang Website
env:
- BRANCH_PAGE: asf-site
+ BRANCH_PAGE: asf-test
URL: "https://wayang.apache.org"
BASE_URL: "/"
REPO_URL: $(git remote get-url origin)
@@ -122,7 +122,6 @@ jobs:
- name: Cloning repository
run: |
mkdir ../$BRANCH_PAGE
- cd ../$BRANCH_PAGE
git clone https://github.com/apache/incubator-wayang-website.git
--branch $BRANCH_PAGE ../$BRANCH_PAGE
- name: Delete the old file that it was not gerenated
@@ -137,10 +136,10 @@ jobs:
cp ../tmp/.asf.yaml ./
# Commenting this step while we understand if still necessary
- - name: Commiting changes on Travis branch
+ - name: Commiting changes on ASF branch
run: |
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 push -f $BRANCH_PAGE
+ git push -u origin $BRANCH_PAGE