Skip to content

Commit

Permalink
fix: remove base url
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonpole committed Oct 21, 2024
1 parent 8abfa55 commit af378f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build -- --base "$BASE_URL"
run: npm run build
env:
BASE_URL: "/${{ github.event.repository.name }}/"
VITE_GITHUB_TOKEN: ${{ secrets.VITE_GITHUB_TOKEN }}
VITE_DISCORD_INVITE_CODE: ${{ vars.VITE_DISCORD_INVITE_CODE }}
- name: Upload artifact
Expand Down

0 comments on commit af378f3

Please sign in to comment.