We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da975d6 commit d42898cCopy full SHA for d42898c
.github/workflows/astro.yml
@@ -73,9 +73,10 @@ jobs:
73
run: |
74
${{ steps.detect-package-manager.outputs.runner }} astro build \
75
--site "${{ steps.pages.outputs.origin }}" \
76
- --base "${{ steps.pages.outputs.base_path }}" && \
77
- pagefind --site dist
+ --base "${{ steps.pages.outputs.base_path }}"
78
working-directory: ${{ env.BUILD_PATH }}
+ - name: Index Pages with Pagefind
79
+ run: pagefind --site dist
80
- name: Upload artifact
81
uses: actions/upload-pages-artifact@v3
82
with:
0 commit comments