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 e816698 commit da975d6Copy full SHA for da975d6
.github/workflows/astro.yml
@@ -71,9 +71,10 @@ jobs:
71
working-directory: ${{ env.BUILD_PATH }}
72
- name: Build with Astro
73
run: |
74
- ${{ steps.detect-package-manager.outputs.runner }} build \
+ ${{ steps.detect-package-manager.outputs.runner }} astro build \
75
--site "${{ steps.pages.outputs.origin }}" \
76
- --base "${{ steps.pages.outputs.base_path }}"
+ --base "${{ steps.pages.outputs.base_path }}" && \
77
+ pagefind --site dist
78
79
- name: Upload artifact
80
uses: actions/upload-pages-artifact@v3
0 commit comments