Skip to content

Commit da975d6

Browse files
committed
Trying to get pagefind to work
1 parent e816698 commit da975d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/astro.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ jobs:
7171
working-directory: ${{ env.BUILD_PATH }}
7272
- name: Build with Astro
7373
run: |
74-
${{ steps.detect-package-manager.outputs.runner }} build \
74+
${{ steps.detect-package-manager.outputs.runner }} astro build \
7575
--site "${{ steps.pages.outputs.origin }}" \
76-
--base "${{ steps.pages.outputs.base_path }}"
76+
--base "${{ steps.pages.outputs.base_path }}" && \
77+
pagefind --site dist
7778
working-directory: ${{ env.BUILD_PATH }}
7879
- name: Upload artifact
7980
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)