diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 48132cf72..0d747e74e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -29,8 +29,6 @@ jobs: check-latest: true - name: Check if the README file is up to date run: sbt docs/checkReadme - - name: Check if the site workflow is up to date - run: sbt docs/checkGithubWorkflow - name: Check artifacts build process run: sbt +publishLocal - name: Check website build process diff --git a/README.md b/README.md index 5c2ddaf82..8539c2ffd 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Learn more on the [ZIO Schema homepage](https://zio.dev/zio-schema)! ## Contributing -For the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing). +For the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines). #### TL;DR Before you submit a PR, make sure your tests are passing, and that the code is properly formatted @@ -119,7 +119,7 @@ sbt test ## Code of Conduct -See the [Code of Conduct](https://zio.dev/about/code-of-conduct) +See the [Code of Conduct](https://zio.dev/code-of-conduct) ## Support diff --git a/build.sbt b/build.sbt index 258e7076b..815ad2703 100644 --- a/build.sbt +++ b/build.sbt @@ -442,7 +442,6 @@ lazy val docs = project mainModuleName := (zioSchemaJVM / moduleName).value, projectStage := ProjectStage.Development, ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(), - docsPublishBranch := "main", readmeContribution += """| |#### TL;DR diff --git a/project/plugins.sbt b/project/plugins.sbt index 1b7f275b0..a16d7d128 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.22") libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7"