From 5e19d650890f8fbf21778fc4066d4fec9ae83b32 Mon Sep 17 00:00:00 2001 From: Milad Khajavi Date: Fri, 17 May 2024 15:44:28 +0330 Subject: [PATCH] deprecation of checking the updated readme. --- .github/workflows/site.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 0d747e74e..be8b23f3f 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -27,8 +27,6 @@ jobs: distribution: temurin java-version: 17 check-latest: true - - name: Check if the README file is up to date - run: sbt docs/checkReadme - name: Check artifacts build process run: sbt +publishLocal - name: Check website build process