Skip to content

Commit

Permalink
cdn?
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Sep 1, 2024
1 parent f281d6f commit 09613b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
tar -czvf static-assets.tar.gz target/site
- name: Remove horizontal whitespace from hash.txt
run: |
ls
tr -d ' ' < crates/www/target/release/hash.txt > crates/www/target/release/hash.txt
tr -d ' ' < crates/www/target/release/hash.txt > crates/www/target/release/hash.txt && cat crates/www/target/release/hash.txt
- name: Publish GitHub Release
id: gh-release
uses: softprops/action-gh-release@v2
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
// TODO: remove this
dbg!(std::env::var("CDN_PKG_PATH"));
dbg!(std::env::var("CDN_PATH"));

Expand Down

0 comments on commit 09613b2

Please sign in to comment.