mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 08:44:28 -05:00
* fix(CI): run only the exact examples on the only examples change * chore: format html (retrigger ci) * fix: missing the right field * fix(CI): add missing output key * fix(CI): properly set matrix directory for test-only-examples * fix(CI): missing bracket token * fix(CI): do not run semver check on examples only tests * fix(CI): semver logic
10 lines
199 B
HTML
10 lines
199 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link data-trunk rel="rust" data-wasm-opt="z" />
|
|
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />
|
|
</head>
|
|
<body></body>
|
|
</html>
|
|
|