We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a4a6b commit d4883dfCopy full SHA for d4883df
1 file changed
.github/workflows/vite.yml
@@ -68,9 +68,7 @@ jobs:
68
working-directory: ${{ env.BUILD_PATH }}
69
- name: Build with Astro
70
run: |
71
- ${{ steps.detect-package-manager.outputs.runner }} run build \
72
- --site "${{ steps.pages.outputs.origin }}" \
73
- --base "${{ steps.pages.outputs.base_path }}"
+ ${{ steps.detect-package-manager.outputs.manager }} run build
74
75
- name: Upload artifact
76
uses: actions/upload-pages-artifact@v3
0 commit comments