Skip to content

Commit

Permalink
Add setup-sbt step
Browse files Browse the repository at this point in the history
  • Loading branch information
s5bug committed Dec 11, 2024
1 parent 9486ba6 commit eb220e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
distribution: temurin
java-version: 21
cache: sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Build frontend
run: pnpm run build
- name: Setup Pages
Expand Down

0 comments on commit eb220e1

Please sign in to comment.