Skip to content

Commit

Permalink
Dont publish docs as they depend on JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 20, 2024
1 parent acbc8bc commit 737be1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: |
sbt docs/docusaurusPublishGhpages
env:
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ lazy val docs = project
"org.scalacheck" %%% "scalacheck" % V.scalacheck,
"org.scalameta" %%% "munit-scalacheck" % V.munit % Test
),
publish / skip := true,
moduleName := "metaconfig-docs",
mdocVariables := Map(
"VERSION" -> version.value.replaceFirst("\\+.*", ""),
Expand Down

0 comments on commit 737be1e

Please sign in to comment.