Skip to content

Commit

Permalink
Merge pull request #893 from fd4s/dont-publish-on-1.x
Browse files Browse the repository at this point in the history
Don't publish docs when releasing 1.x
  • Loading branch information
bplommer authored Mar 9, 2022
2 parents 867d976 + f784d6a commit 858922c
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 @@ -96,4 +96,4 @@ jobs:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
run: sbt --client '++${{ matrix.scala }}; ci-release; docs/docusaurusPublishGhpages'
run: sbt --client '++${{ matrix.scala }}; ci-release'
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ ThisBuild / githubWorkflowPublishTargetBranches :=

ThisBuild / githubWorkflowPublish := Seq(
WorkflowStep.Sbt(
List("ci-release", "docs/docusaurusPublishGhpages"),
List("ci-release"),
env = Map(
"GIT_DEPLOY_KEY" -> "${{ secrets.GIT_DEPLOY_KEY }}",
"PGP_PASSPHRASE" -> "${{ secrets.PGP_PASSPHRASE }}",
Expand Down

0 comments on commit 858922c

Please sign in to comment.