2135- Fix Website build
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 3102920..4c56c89 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -43,11 +43,13 @@
         git config user.name "GitHub Actions Bot"
         git config user.email "<>"
         ./website/build_site.sh
+        git checkout asf-site
         cp -r $WORKDIR/* .
         git add .
         git commit -m "Automatic Site Publish by Buildbot"
-        git push -u origin trunk:asf-site
+        git push
       env:
         WORKDIR: /tmp/mahout-site
         RUBY_PATH: ~/shared/.rvm
         GEM_HOME: ${RUBY_PATH}/gems
+