mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 08:34:15 -05:00
chore: add workflow
This commit is contained in:
parent
9eda9757d3
commit
1f889591ed
1 changed files with 20 additions and 0 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
@ -46,3 +46,23 @@ jobs:
|
|||
run: |
|
||||
cd demo
|
||||
trunk build --release --features nightly
|
||||
stable-cargo-leptos:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
- name: Install Trunk
|
||||
uses: jetli/trunk-action@v0.4.0
|
||||
with:
|
||||
version: "latest"
|
||||
- name: Build
|
||||
run: |
|
||||
cd ./examples/ssr_axum
|
||||
cargo leptos build --release
|
||||
|
|
Loading…
Add table
Reference in a new issue