Skip to content

Commit 83109cb

Browse files
authored
fix(test.yml): add run key to pagefind #2 (#1039)
1 parent 7fe5f72 commit 83109cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Generate
55-
- run: npx pagefind --site dist/apps/website/client && cp -r dist/apps/website/client/pagefind apps/website/public/pagefind
55+
run: npx pagefind --site dist/apps/website/client && cp -r dist/apps/website/client/pagefind apps/website/public/pagefind

0 commit comments

Comments
 (0)