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 Mar 5, 2024
1 parent 41592b0 commit 6282f5b
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 @@ -74,7 +74,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.12 only)
- name: Check Doc Site (2.13.13 only)
if: matrix.scala == '2.13.13'
run: sbt '++ ${{ matrix.scala }}' docs/makeSite

Expand Down

0 comments on commit 6282f5b

Please sign in to comment.