Skip to content

Commit

Permalink
fix(test.yml): add run key to pagefind #2
Browse files Browse the repository at this point in the history
  • Loading branch information
maiieul committed Jan 12, 2025
1 parent 7fe5f72 commit 9da7317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
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
run: npx pagefind --site dist/apps/website/client && cp -r dist/apps/website/client/pagefind apps/website/public/pagefind

0 comments on commit 9da7317

Please sign in to comment.