From abae948dc3ee7582257644c6987a19029f2bcfd1 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Fri, 7 Nov 2025 13:09:48 +0100 Subject: [PATCH] Dont build the editor when building the website (#5098) --- .github/workflows/website.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 40f0fc16..af4855af 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -39,8 +39,6 @@ jobs: - name: execute `npm ci` (1) if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} run: npm ci - - name: Build - run: npm run build-monaco-editor - name: Install website node modules working-directory: website