From 656a9a27fb60c2a521975ffc2727b39f3bbfc782 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:40:12 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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