You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2020/10/10 14:13:05 UTC

[mahout] branch trunk updated: test new token rnd2

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

rawkintrevo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a7a0c82  test new token rnd2
a7a0c82 is described below

commit a7a0c82496255482e4b38f74bacbca496cbabac0
Author: Trevor Grant <tr...@gmail.com>
AuthorDate: Sat Oct 10 09:12:55 2020 -0500

    test new token rnd2
---
 .github/workflows/website.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 377c6f2..7db90a9 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -44,12 +44,12 @@ jobs:
         cp -r $WORKDIR/* .
         git add .
         git commit -m "Automatic Site Publish by Buildbot"
-    - name: Push New Site
-      uses: ad-m/github-push-action@master
-      with:
-        github_token: ${{ secrets.ASF_SITE_USER }}  
       env:
         WORKDIR: /tmp/mahout-site
         RUBY_PATH: ~/shared/.rvm
         GEM_HOME: ${RUBY_PATH}/gems
-
+    - name: Push New Site
+      uses: ad-m/github-push-action@master
+      with:
+        github_token: ${{ secrets.ASF_SITE_USER }}  
+