Skip to content

Commit

Permalink
Merge pull request #162 from danicheg/fix-publish-website-workflow
Browse files Browse the repository at this point in the history
Install SBT explicitly in the publish-website workflow
  • Loading branch information
danicheg authored Jan 12, 2025
2 parents 68bbcfa + 057a393 commit c5039ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sbt/setup-sbt@v1
- uses: coursier/cache-action@v6
- name: Build website
run: sbt docs/docusaurusCreateSite
Expand Down

0 comments on commit c5039ef

Please sign in to comment.