Skip to content

Commit

Permalink
add loading text
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Apr 19, 2024
1 parent d45fcf8 commit 7ed18fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ 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: echo "${GITHUB_REPOSITORY#*/}" && cd musical-leptos && ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
run: cd musical-leptos && ./trunk build --release --public-url "musical-lights-rs"

# Deploy with Github Static Pages

Expand Down
2 changes: 1 addition & 1 deletion musical-leptos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<link data-trunk rel="rust" data-wasm-opt="z" data-weak-refs />
</head>

<body></body>
<body>Loading...</body>

</html>

0 comments on commit 7ed18fd

Please sign in to comment.