Skip to content

Commit

Permalink
Check docusaurus build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Aug 20, 2024
1 parent 6b878df commit 16aebca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,17 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 17
java-version: 11
cache: "sbt"

- run: sbt checkAll

- name: Run sample benchmarks
run: sbt 'bench/Jmh/run -i 1 -f1 -t1 -foe true'

- name: Check documentation builds
run: docs/docusaurusCreateSite


maven:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 16aebca

Please sign in to comment.