Skip to content

Commit e816698

Browse files
committed
Changed build workflow to run pagefind indexing
1 parent 68de8c2 commit e816698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
working-directory: ${{ env.BUILD_PATH }}
7272
- name: Build with Astro
7373
run: |
74-
${{ steps.detect-package-manager.outputs.runner }} astro build \
74+
${{ steps.detect-package-manager.outputs.runner }} build \
7575
--site "${{ steps.pages.outputs.origin }}" \
7676
--base "${{ steps.pages.outputs.base_path }}"
7777
working-directory: ${{ env.BUILD_PATH }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
run: pnpm install --frozen-lockfile
6565

6666
- name: Run Astro Build
67-
run: pnpm astro build
67+
run: pnpm build

0 commit comments

Comments
 (0)