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 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