Skip to content

Commit

Permalink
comment out broken ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jan 23, 2025
1 parent ee9a5f1 commit 37fd69c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 37fd69c

Please sign in to comment.