From 92ace29b813ad5ac0647107394e8eba590cf5f76 Mon Sep 17 00:00:00 2001 From: Ezhil Shanmugham Date: Sun, 21 Jan 2024 16:38:58 +0530 Subject: [PATCH] fix: contributor's guide broken link --- .github/workflows/site.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 48132cf..0d747e7 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -29,8 +29,6 @@ jobs: check-latest: true - 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