Skip to content

Commit

Permalink
Merge pull request #27 from tpolecat/topic/remove-old-release
Browse files Browse the repository at this point in the history
Removed old release workflow
  • Loading branch information
mpilquist authored Nov 29, 2022
2 parents 5a7d683 + e523091 commit d49b678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release.yml

This file was deleted.

8 changes: 2 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lazy val http4s = crossProject(JSPlatform, JVMPlatform, NativePlatform)
lazy val examples = project
.in(file("modules/examples"))
.dependsOn(http4s.jvm)
.enablePlugins(AutomateHeaderPlugin)
.enablePlugins(AutomateHeaderPlugin, NoPublishPlugin)
.settings(commonSettings)
.settings(
publish / skip := true,
Expand All @@ -80,11 +80,7 @@ lazy val examples = project
lazy val docs = project
.in(file("modules/docs"))
.dependsOn(http4s.jvm)
.enablePlugins(AutomateHeaderPlugin)
.enablePlugins(ParadoxPlugin)
.enablePlugins(ParadoxSitePlugin)
.enablePlugins(GhpagesPlugin)
.enablePlugins(MdocPlugin)
.enablePlugins(AutomateHeaderPlugin, ParadoxPlugin, ParadoxSitePlugin, GhpagesPlugin, MdocPlugin, NoPublishPlugin)
.settings(commonSettings)
.settings(
scalacOptions := Nil,
Expand Down

0 comments on commit d49b678

Please sign in to comment.