Skip to content

Commit

Permalink
add docs back to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CJSmith-0141 committed Jul 29, 2023
1 parent ae7b105 commit 4388f1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
if: matrix.java == 'temurin@17' && matrix.os == 'ubuntu-latest'
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' mimaReportBinaryIssues

- name: Generate API documentation
if: matrix.java == 'temurin@17' && matrix.os == 'ubuntu-latest'
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' doc

- name: Make target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
run: mkdir -p core/.jvm/target project/target
Expand Down
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ ThisBuild / developers ++= List(
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / tlFatalWarnings := true
ThisBuild / tlJdkRelease := Some(17)
ThisBuild / tlCiDocCheck := false // Something is broken with docs

ThisBuild / Compile / doc / autoAPIMappings := true

val Http4sVersion = "1.0.0-M40"
val catsEffectVersion = "3.5.1"
Expand Down

0 comments on commit 4388f1a

Please sign in to comment.