Skip to content

Commit

Permalink
bashify
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Sep 1, 2024
1 parent 1c6456d commit 244d37b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
CDN_PKG_PATH: https://cdn.christopherbiscardi.com/pkg
LEPTOS_HASH_FILES: true
- name: Remove horizontal whitespace from hash.txt
shell: bash
run: tr -d ' ' < crates/www/target/release/hash.txt > crates/www/target/release/hash.txt
- name: cat hash.txt
shell: bash
run: cat crates/www/target/release/hash.txt
- name: Get current date
id: date
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 244d37b

Please sign in to comment.