From a8c943b432e84881cd5c9729e767a6262d71e596 Mon Sep 17 00:00:00 2001 From: Adam Hearn <22334119+hearnadam@users.noreply.github.com> Date: Mon, 29 Dec 2025 22:45:58 -0800 Subject: [PATCH 1/2] fix website CI --- .github/workflows/site.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index a9e071b..6740651 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -27,10 +27,12 @@ jobs: distribution: temurin java-version: 17 check-latest: true + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Cache scala dependencies + uses: coursier/cache-action@v6 - 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 @@ -50,6 +52,10 @@ jobs: distribution: temurin java-version: 17 check-latest: true + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Cache scala dependencies + uses: coursier/cache-action@v6 - name: Setup NodeJs uses: actions/setup-node@v3 with: @@ -75,6 +81,10 @@ jobs: distribution: temurin java-version: 17 check-latest: true + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Cache scala dependencies + uses: coursier/cache-action@v6 - name: Generate Readme run: sbt docs/generateReadme - name: Commit Changes From accaaf21e615827db18d18f99376b103a252fa2d Mon Sep 17 00:00:00 2001 From: Adam Hearn <22334119+hearnadam@users.noreply.github.com> Date: Mon, 29 Dec 2025 22:46:09 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9c7261..70b0a8f 100644 --- a/README.md +++ b/README.md @@ -130,11 +130,11 @@ Learn more on the [ZIO Lambda homepage](https://zio.dev/zio-lambda/)! ## Contributing -For the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing). +For the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines). ## Code of Conduct -See the [Code of Conduct](https://zio.dev/about/code-of-conduct) +See the [Code of Conduct](https://zio.dev/code-of-conduct) ## Support