Skip to content

Commit

Permalink
Update zio-sbt-website to 0.3.10 (#1962)
Browse files Browse the repository at this point in the history
* Update zio-sbt-website to 0.3.10

* update site workflow.

Co-authored-by: Milad Khajavi <[email protected]>
  • Loading branch information
scala-steward and khajavi authored Jan 25, 2023
1 parent 7773cb6 commit 70abf4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
generate-readme:
name: Generate README
runs-on: ubuntu-latest
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event_name == 'published')) }}
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
steps:
- name: Git Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.5.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.6")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")

0 comments on commit 70abf4b

Please sign in to comment.