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:40:14 UTC

[mahout] branch trunk updated: 2135 - Fix 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 d12164e  2135 - Fix Website Build
d12164e is described below

commit d12164ecd8458bf20b337bcbe399b38ef7fdda34
Author: Trevor Grant <tr...@gmail.com>
AuthorDate: Tue Feb 2 13:40:05 2021 -0600

    2135 - Fix Website Build
---
 .github/workflows/website.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 66f0461..3102920 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -46,7 +46,7 @@ jobs:
         cp -r $WORKDIR/* .
         git add .
         git commit -m "Automatic Site Publish by Buildbot"
-        git push -u origin asf-site
+        git push -u origin trunk:asf-site
       env:
         WORKDIR: /tmp/mahout-site
         RUBY_PATH: ~/shared/.rvm