Skip to content

Commit

Permalink
try building in github workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Oct 19, 2024
1 parent 27cc6c8 commit ab119ea
Show file tree
Hide file tree
Showing 26 changed files with 47 additions and 2,661 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: actions/cache@v4
# with:
# path: |
# ~/.cargo
# target/
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: ${{ runner.os }}-cargo-
# - uses: mozilla-actions/[email protected]
# - uses: dtolnay/rust-toolchain@master
# with:
# toolchain: stable
# targets: wasm32-unknown-unknown
# - name: Download and install Trunk binary
# run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.21.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
# - name: Build with Trunk
# run: ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
- uses: actions/cache@v4
with:
path: |
~/.cargo
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- uses: mozilla-actions/[email protected]
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
targets: wasm32-unknown-unknown
- name: Download and install Trunk binary
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.21.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Build with Trunk
run: ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
!.github

/target
# /dist
/dist
39 changes: 23 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ tracing-subscriber = "0.3.18"
tracing-subscriber-wasm = "0.1.0"

# Secret
keplr-sys = "0.0.2"
keplr-sys = "0.0.3"
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11" }
secret-toolkit-snip20 = { version = "0.10.0" }
secretrs = { version = "0.1.2", default-features = false }
rsecret = { path = "../secret-clients/rsecret" }
secretrs = { version = "0.1.3", default-features = false }
rsecret = { git = "https://github.com/kent-3/secret-clients" }
shade-protocol = { git = "https://github.com/securesecrets/shade.git", branch = "orderbook/library", features = ["liquidity-book"] }
lb-libraries = { git = "https://github.com/securesecrets/shade.git", branch = "orderbook/library" }

[patch.crates-io]
keplr-sys = { path = "../keplr/keplr-sys" }
secretrs = { path = "../secret-rust/secretrs" }
# Uncomment during local development
# [patch.crates-io]
# keplr-sys = { path = "../keplr/keplr-sys" }
# secretrs = { path = "../secret-rust/secretrs" }
Binary file removed dist/favicon-e9cbd8f50cc65bf2.ico
Binary file not shown.
1 change: 0 additions & 1 deletion dist/icons/leptos_sphere.svg

This file was deleted.

Binary file removed dist/icons/scrt-black-192.png
Binary file not shown.
Binary file removed dist/icons/scrt-black-512.png
Binary file not shown.
4 changes: 0 additions & 4 deletions dist/icons/scrt-black.svg

This file was deleted.

Binary file removed dist/icons/trader-crow-logo.png
Binary file not shown.
Binary file removed dist/icons/trader-crow-logo.webp
Binary file not shown.
Binary file removed dist/images/feather.webp
Binary file not shown.
Binary file removed dist/images/medieval1.webp
Binary file not shown.
Binary file removed dist/images/medieval2.webp
Binary file not shown.
Binary file removed dist/images/mountains1.webp
Binary file not shown.
Binary file removed dist/images/mountains2.webp
Binary file not shown.
Binary file removed dist/images/mountains3.webp
Binary file not shown.
Binary file removed dist/images/mountains4.webp
Binary file not shown.
Binary file removed dist/images/mountains5.webp
Binary file not shown.
Binary file removed dist/images/screenshot1.png
Binary file not shown.
Binary file removed dist/images/screenshot2.png
Binary file not shown.
139 changes: 0 additions & 139 deletions dist/index.html

This file was deleted.

Loading

0 comments on commit ab119ea

Please sign in to comment.