diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a786375..ac9c5b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: version: "0.96.1" - name: Remove horizontal whitespace from hash.txt shell: nu {0} - run: open crates/www/target/release/hash.txt | lines | parse "{key} {value}" | each {|it| $'($it.key)($in.value)' } | save crates/www/target/release/hash.txt + run: open crates/www/target/release/hash.txt | lines | parse "{key} {value}" | each {|it| $'($it.key)($in.value)' } | save -f crates/www/target/release/hash.txt - name: cat hash.txt shell: bash run: cat crates/www/target/release/hash.txt diff --git a/crates/www/src/main.rs b/crates/www/src/main.rs index 943110f..b4bf125 100644 --- a/crates/www/src/main.rs +++ b/crates/www/src/main.rs @@ -12,7 +12,7 @@ async fn main() { // Generate the list of routes in your Leptos App let routes = generate_route_list(App); - // TODO: remove this soon + // TODO: remove this soonish dbg!(std::env::var("CDN_PKG_PATH")); dbg!(std::env::var("CDN_PATH"));