Skip to content

Commit

Permalink
Add setup-sbt to push site action
Browse files Browse the repository at this point in the history
  • Loading branch information
magro authored Dec 24, 2024
1 parent 053adb4 commit 09ccd1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
git config --global user.email "[email protected]";
if: env.is_release == '1'
shell: bash
- uses: sbt/setup-sbt@v1
- name: Push site
if: env.is_release == '1'
run: sbt ghpagesPushSite

0 comments on commit 09ccd1e

Please sign in to comment.