Skip to content

Commit 0cfb406

Browse files
committed
command change
1 parent 6c9edd9 commit 0cfb406

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ jobs:
4242
run: bun install
4343
working-directory: ${{ env.BUILD_PATH }}
4444
- name: Build with Astro
45-
run: |
46-
bun run astro build \
47-
--site "${{ steps.pages.outputs.origin }}" \
48-
--base "${{ steps.pages.outputs.base_path }}"
45+
run: bun run astro build
4946
working-directory: ${{ env.BUILD_PATH }}

0 commit comments

Comments
 (0)