Skip to content

Commit 8001053

Browse files
committed
Correct site publication with dedicated sbt action
1 parent 24d58b7 commit 8001053

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/site.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4
12-
- name: Setup JDK
12+
- name: Set up JDK 17
1313
uses: actions/setup-java@v4
1414
with:
15+
java-version: 17
1516
distribution: temurin
16-
java-version: 11
17+
cache: sbt
18+
- name: Setup sbt
19+
uses: sbt/setup-sbt@v1
1720
- name: Generate site
1821
run: sbt makeSite
1922
- name: Deploy to GitHub pages

0 commit comments

Comments
 (0)