Skip to content

Commit

Permalink
try hard coding public url
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Apr 19, 2024
1 parent 1ea7f3f commit 5bc7240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
# this is necessary for github pages where the site is deployed to username.github.io/repo_name and all files must be requested
# 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: cd musical-leptos && ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
run: cd musical-leptos && ./trunk build --release --public-url "blinkystitt.github.com/musical-lights-rs"

# Deploy with Github Static Pages

Expand Down

0 comments on commit 5bc7240

Please sign in to comment.