mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-13 10:39:33 +01:00
implement basic card rendering
This commit is contained in:
8
.github/workflows/deploy-pages.yml
vendored
8
.github/workflows/deploy-pages.yml
vendored
@@ -17,19 +17,23 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build (trunk -> dist)
|
||||
name: Build WebAssembly
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust (stable + wasm32)
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: wasm32-unknown-unknown
|
||||
|
||||
- name: Cache cargo
|
||||
uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: schafkopf-logic
|
||||
cache-directories: |
|
||||
~/.cache/trunk
|
||||
|
||||
- name: Install trunk
|
||||
run: cargo install trunk --locked
|
||||
|
||||
Reference in New Issue
Block a user