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 6c9edd9 commit 0cfb406Copy full SHA for 0cfb406
.github/workflows/test.yml
@@ -42,8 +42,5 @@ jobs:
42
run: bun install
43
working-directory: ${{ env.BUILD_PATH }}
44
- name: Build with Astro
45
- run: |
46
- bun run astro build \
47
- --site "${{ steps.pages.outputs.origin }}" \
48
- --base "${{ steps.pages.outputs.base_path }}"
+ run: bun run astro build
49
0 commit comments