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