Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Sep 1, 2024
1 parent b89a2ad commit b19abf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/www/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));

Expand Down

0 comments on commit b19abf7

Please sign in to comment.