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 2021/02/02 19:56:00 UTC

[mahout] branch trunk updated: 2135 Fix broken website build

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 f858721  2135 Fix broken website build
f858721 is described below

commit f85872168bd1521ec3f900db11ba889e1e55f34d
Author: Trevor Grant <tr...@gmail.com>
AuthorDate: Tue Feb 2 13:55:54 2021 -0600

    2135 Fix broken website build
---
 .github/workflows/website.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 4c56c89..a180748 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -43,13 +43,15 @@ jobs:
         git config user.name "GitHub Actions Bot"
         git config user.email "<>"
         ./website/build_site.sh
+        rm -rf *
         git checkout asf-site
         cp -r $WORKDIR/* .
         git add .
         git commit -m "Automatic Site Publish by Buildbot"
-        git push
+        git push 
       env:
         WORKDIR: /tmp/mahout-site
+        
         RUBY_PATH: ~/shared/.rvm
         GEM_HOME: ${RUBY_PATH}/gems