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

guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b85ab842 Fix custom 404 page not being served on production (#846)
1b85ab842 is described below

commit 1b85ab842108434e03a9098833488c83fb39dafd
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Sat Jan 17 12:00:23 2026 +0800

    Fix custom 404 page not being served on production (#846)
---
 .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 6403e613f..54978cbb0 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -45,7 +45,7 @@ jobs:
         ./website/build_site.sh
         rm -rf *
         git checkout asf-site
-        cp -r $WORKDIR/* .
+        cp -r $WORKDIR/. .
         git add .
         git commit -m "Automatic Site Publish by Buildbot"
         git push

Reply via email to