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/08/07 14:32:28 UTC

[mahout] branch trunk updated: [JENKINS-MIGRATION] Hacking on website: adding git config

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 daca75f  [JENKINS-MIGRATION] Hacking on website: adding git config
daca75f is described below

commit daca75f6dbc9fd34c4a63cbff51ef920dff21daa
Author: rawkintrevo <tr...@gmail.com>
AuthorDate: Fri Aug 7 09:32:16 2020 -0500

    [JENKINS-MIGRATION] Hacking on website: adding git config
---
 .github/workflows/website.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index ec52d1f..9726bd0 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -39,6 +39,8 @@ jobs:
     # Runs a single command using the runners shell
     - name: Build Website
       run: |
+        git config user.name "GitHub Actions Bot"
+        git config user.email "<>"
         ./website/build_site.sh
         cp -r $WORKDIR/* .
         git add .