Skip to content

Commit

Permalink
maybe a / will help?
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Apr 19, 2024
1 parent 3340ab4 commit bbc1b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
# relatively as favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which
# will obviously return error 404 not found.
# run: cd musical-leptos && ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
# run: echo "${GITHUB_REPOSITORY#*/}" && cd musical-leptos && ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
run: cd musical-leptos && ./trunk build --release --public-url "https://blinkystitt.github.io/musical-lights-rs"
run: echo "${GITHUB_REPOSITORY#*/}" && cd musical-leptos && ./trunk build --release --public-url "/${GITHUB_REPOSITORY#*/}"

# Deploy with Github Static Pages

Expand Down

0 comments on commit bbc1b08

Please sign in to comment.