Skip to content

Commit

Permalink
Apparently, base path is case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Jan 6, 2024
1 parent 74acfb3 commit bc6bfa5
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 @@ -43,7 +43,7 @@ jobs:
- name: Build
run: yarn run build
env:
BASE_URL: "/ledmusicstudio/"
BASE_URL: "/LedMusicStudio/"
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit bc6bfa5

Please sign in to comment.