Skip to content

Commit

Permalink
Correctly pass base arg to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseddon authored Nov 28, 2024
1 parent 2789c65 commit 3638105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: ${{ env.BUILD_PATH }}
- name: Build site
run: |
${{ steps.detect-package-manager.outputs.manager }} run build \
${{ steps.detect-package-manager.outputs.manager }} run build -- \
--base "${{ steps.pages.outputs.base_path }}"
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
Expand Down

0 comments on commit 3638105

Please sign in to comment.