diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5da723e2..30d116dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Check there are no uncommitted changes in git (to catch generated files that weren't committed) run: sbt '++ ${{ matrix.scala }}' checkGitNoUncommittedChanges - - name: Check Doc Site (2.13.14 only) + - name: Check Doc Site (2.13.15 only) if: matrix.scala == '2.13.15' run: sbt '++ ${{ matrix.scala }}' docs/makeSite