You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2023/02/08 23:02:03 UTC

[mahout] branch trunk updated: Update website.yml

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

akm 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 758a9677e Update website.yml
758a9677e is described below

commit 758a9677e6cc844ecf2710cf37758cb24469d083
Author: Andrew Musselman <ak...@apache.org>
AuthorDate: Wed Feb 8 15:01:58 2023 -0800

    Update website.yml
    
    Adding no ff on pull to workflow
---
 .github/workflows/website.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index a1807485d..02500b6dd 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -42,6 +42,7 @@ jobs:
       run: |
         git config user.name "GitHub Actions Bot"
         git config user.email "<>"
+        git config pull.ff only
         ./website/build_site.sh
         rm -rf *
         git checkout asf-site