File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7676 --base "${{ steps.pages.outputs.base_path }}"
7777 working-directory : ${{ env.BUILD_PATH }}
7878 - name : Index Pages with Pagefind
79- run : pagefind --site dist
79+ run : ${{ steps.detect-package-manager.outputs.runner }} index-pages \
80+ --site "${{ steps.pages.outputs.origin }}" \
8081 - name : Upload artifact
8182 uses : actions/upload-pages-artifact@v3
8283 with :
Original file line number Diff line number Diff line change 66 "dev" : " astro dev" ,
77 "start" : " astro dev" ,
88 "check" : " astro check" ,
9- "build" : " astro build && pagefind --site dist" ,
9+ "build" : " astro build" ,
10+ "index-pages" : " pagefind" ,
1011 "preview" : " astro preview" ,
1112 "astro" : " astro" ,
1213 "type-check" : " tsc --noEmit --isolatedDeclarations" ,
You can’t perform that action at this time.
0 commit comments