Skip to content

Commit

Permalink
Get sbt in hugo.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Feb 2, 2025
1 parent d48a73a commit aa5ab7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
java-version: '21'
distribution: 'adopt-hotspot'

- name: Set Up SBT
uses: sbt/setup-sbt@v1

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
Expand Down

0 comments on commit aa5ab7a

Please sign in to comment.