Skip to content

Commit

Permalink
OCD capitalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Oct 28, 2021
1 parent 0dbb085 commit 633e429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- run: sbt ++${{ matrix.scala }} release

site:
name: Publish site
name: Publish Site
needs: [build]
if: github.event_name != 'pull_request'
strategy:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ lazy val docs =
ThisBuild / githubWorkflowAddedJobs +=
WorkflowJob(
"site",
"Publish site",
"Publish Site",
scalas = List(crossScalaVersions.value.last),
cond = Some("github.event_name != 'pull_request'"),
needs = List("build"),
Expand Down

0 comments on commit 633e429

Please sign in to comment.