Skip to content

Commit

Permalink
replace mdoc scala bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Aug 21, 2024
1 parent 54fa958 commit cad2116
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/mdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- docs
- update-sbt-github-actions-0.24.0 # TODO remove before merge
tags: ["*"]
jobs:
checks:
Expand Down Expand Up @@ -35,7 +36,13 @@ jobs:
- uses: olafurpg/setup-scala@v14
with:
java-version: graalvm-ce-java11@20.3.2
- uses: olafurpg/setup-gpg@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: 17
distribution: graalvm-community
components: native-image
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: sbt
- name: Run mdoc
run: sbt 'docs/mdoc'
- uses: actions/setup-node@v1
Expand Down

0 comments on commit cad2116

Please sign in to comment.