From 79e740cb679bc7f8b564dca8ad59e4b9db46bf67 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 7 Feb 2024 20:08:39 +0100 Subject: [PATCH 1/2] remove unnecessary action in link-validator.yml --- .github/workflows/link-validator.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 06610b19..617817b7 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -31,9 +31,6 @@ jobs: - name: Cache Coursier cache uses: coursier/cache-action@v6 - - name: Setup Coursier - uses: coursier/setup-action@v1.3.3 - # assign an arbitrary version number so that scripts/link-validator.conf has a predictable set of links to work with - name: Create the Pekko site run: sbt "set ThisBuild / version := \"1.0.0\"; unidoc; docs/paradox" From 32a066a4d3d04e867a8ac0099f2107983eb89bfb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 7 Feb 2024 20:14:05 +0100 Subject: [PATCH 2/2] Update link-validator.yml --- .github/workflows/link-validator.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 617817b7..52331451 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -31,6 +31,9 @@ jobs: - name: Cache Coursier cache uses: coursier/cache-action@v6 + - name: Setup Coursier + uses: coursier/setup-action@v1 + # assign an arbitrary version number so that scripts/link-validator.conf has a predictable set of links to work with - name: Create the Pekko site run: sbt "set ThisBuild / version := \"1.0.0\"; unidoc; docs/paradox"