Skip to content

Commit

Permalink
fix(test.yml): add run key to pagefind
Browse files Browse the repository at this point in the history
  • Loading branch information
maiieul committed Jan 12, 2025
1 parent 0f29743 commit cf858c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
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

0 comments on commit cf858c2

Please sign in to comment.