Skip to content

Commit

Permalink
2135 Fix broken website build
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkintrevo committed Feb 2, 2021
1 parent 9453f20 commit f858721
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/website.yml
Expand Up @@ -43,13 +43,15 @@ jobs:
git config user.name "GitHub Actions Bot"
git config user.email "<>"
./website/build_site.sh
rm -rf *
git checkout asf-site
cp -r $WORKDIR/* .
git add .
git commit -m "Automatic Site Publish by Buildbot"
git push
git push
env:
WORKDIR: /tmp/mahout-site

RUBY_PATH: ~/shared/.rvm
GEM_HOME: ${RUBY_PATH}/gems

0 comments on commit f858721

Please sign in to comment.