From 4c82398ffef7221b334fa959041c836d9b0545c1 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Tue, 20 Aug 2024 11:12:17 +0100 Subject: [PATCH] Apparently we already run this check --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d7325e..55fca90d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,9 +111,6 @@ jobs: - name: Run sample benchmarks run: sbt --client 'bench/Jmh/run -i 1 -f1 -t1 -foe true' - - name: Check documentation builds - run: sbt --client docs/docusaurusCreateSite - maven: runs-on: ubuntu-latest