From f8782b43b1c93ecb8c51b7ad2ab618bdf022ab47 Mon Sep 17 00:00:00 2001 From: Milad Khajavi Date: Mon, 23 Jan 2023 18:30:14 +0330 Subject: [PATCH] Move Introduction to Its Own Repo (#472) * move introduction from zio to zio-actor project. * experimental stage. * update site workflow. --- .github/workflows/site.yml | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 3550fbec..a9e071b3 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -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/checkout@v3.3.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index a514f851..55ae3fad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.11") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.5") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.9")