Skip to content

Commit

Permalink
change vite flags
Browse files Browse the repository at this point in the history
  • Loading branch information
debashisbiswas authored Jan 29, 2024
1 parent c027d8e commit 720dea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
working-directory: ${{ env.BUILD_PATH }}
- name: Build
run: |
${{ steps.detect-package-manager.outputs.runner }} vite build -- --base "${{ steps.pages.outputs.base_path }}"
${{ steps.detect-package-manager.outputs.runner }} vite build --base "${{ steps.pages.outputs.base_path }}"
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 720dea9

Please sign in to comment.