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 43a968c9e Update website.yml
43a968c9e is described below
commit 43a968c9e360b96bfad7473be49c5c974a61a048
Author: Andrew Musselman <[email protected]>
AuthorDate: Wed Feb 8 15:19:08 2023 -0800
Update website.yml
Backing out git config
---
.github/workflows/website.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 982c1fb0d..a1807485d 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -42,7 +42,6 @@ jobs:
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- git config pull.rebase false
./website/build_site.sh
rm -rf *
git checkout asf-site