Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 54219e0

Browse files
committed
Run docs compilation on ci
1 parent 8fab6e0 commit 54219e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: olafurpg/setup-scala@v12
1919
with:
2020
java-version: [email protected]
21+
- name: Compile docs
22+
run: sbt compileDocs
2123
- name: Run tests with sbt
2224
run: sbt test
2325

0 commit comments

Comments
 (0)