Skip to content

Commit

Permalink
fix: Microsite publishing with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanecek committed Jan 15, 2021
1 parent 1120ee5 commit 81e805d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
ssh-add - <<< "${DEPLOY_KEY}"
git config --global user.email "[email protected]"
git config --global user.name "scala-server-toolkit bot"
export GEM_HOME=${PWD}/vendor/bundle
sbt site/publishMicrosite

0 comments on commit 81e805d

Please sign in to comment.