Skip to content

Commit 7fe5f72

Browse files
authored
fix(test.yml): add run key to pagefind (#1038)
1 parent 0f29743 commit 7fe5f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository
5050

5151
pagefind:
52+
runs-on: ubuntu-latest
5253
steps:
5354
- name: Generate
5455
- run: npx pagefind --site dist/apps/website/client && cp -r dist/apps/website/client/pagefind apps/website/public/pagefind

0 commit comments

Comments
 (0)