Skip to content

Commit

Permalink
chore: fix github base path
Browse files Browse the repository at this point in the history
  • Loading branch information
natainditama committed Feb 6, 2024
1 parent d414ade commit 3a47289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build with vite
run: |
${{ steps.detect-package-manager.outputs.runner }} vite build \
--base "/${{ steps.pages.outputs.base_path }}"
--base "${{ steps.pages.outputs.base_path }}"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 3a47289

Please sign in to comment.