From 37fd69c0ce5bb414715a10a273054b4d98abf3cd Mon Sep 17 00:00:00 2001 From: thejackshelton Date: Wed, 22 Jan 2025 21:30:50 -0600 Subject: [PATCH] comment out broken ci check --- .github/workflows/test.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da7d2c42f..9189d3d51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,8 +47,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository - pagefind: - runs-on: ubuntu-latest - steps: - - name: Generate - run: npx pagefind --site dist/apps/website/client && cp -r dist/apps/website/client/pagefind apps/website/public/pagefind + + # pagefind: + # runs-on: ubuntu-latest + # steps: + # - name: Generate + # run: npx pagefind --site dist/apps/website/client && cp -r dist/apps/website/client/pagefind apps/website/public/pagefind