Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Aug 18, 2024
1 parent 3a8b8af commit 5389ab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
distribution: temurin
java-version: 17
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
Expand Down
18 changes: 0 additions & 18 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -340,27 +340,9 @@ lazy val docs = project
mainModuleName := (zioDynamodb / moduleName).value,
projectStage := ProjectStage.Development,
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(zioDynamodb),
// ciWorkflowName := "Continuous Integration",
libraryDependencies ++= Seq("dev.zio" %% "zio" % zioVersion),
publish / skip := true,
mdocVariables ++= Map("ZIO_VERSION" -> zioVersion)
// docsPublishBranch := "series/2.x"
)
.dependsOn(zioDynamodb, zioDynamodbJson)
.enablePlugins(WebsitePlugin)

// lazy val docs = project
// .in(file("zio-dynamodb-docs"))
// .settings(
// moduleName := "zio-dynamodb-docs",
// scalacOptions -= "-Yno-imports",
// scalacOptions -= "-Xfatal-warnings",
// libraryDependencies ++= Seq("dev.zio" %% "zio" % zioVersion),
// projectName := "ZIO DynamoDB",
// mainModuleName := (zioDynamodb / moduleName).value,
// projectStage := ProjectStage.Development,
// ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(zioDynamodb),
// docsPublishBranch := "series/2.x"
// )
// .dependsOn(zioDynamodb)
// .enablePlugins(WebsitePlugin)

0 comments on commit 5389ab3

Please sign in to comment.