From cec061d200df2ce83cee840de93b5951f2e2635a Mon Sep 17 00:00:00 2001 From: Diego Freniche Date: Wed, 18 Sep 2024 09:44:43 +0200 Subject: [PATCH] Removed old search plugin that breaks the build --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c0b5d5..780dcfe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,8 +20,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Install Search Pluin - run: npm install @cmfcmf/docusaurus-search-local - name: Build website run: npm run build