Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 6c55e41 commit 656a9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 656a9a2

Please sign in to comment.