We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5df5d commit db88b5aCopy full SHA for db88b5a
.github/workflows/github-pages.yml
@@ -3,7 +3,7 @@ name: Release to Github Pages
3
4
on:
5
push:
6
- branches: [main]
+ branches: [main, add-wasm-backend]
7
paths:
8
- 'examples/wasm/**'
9
workflow_dispatch:
examples/wasm/index.html
@@ -6,7 +6,7 @@
<meta property="og:title" content="keymap-rs + WASM (Nyan Jump!)" />
<meta property="og:type" content="object" />
<meta property="og:url" content="https://rezigned.com/keymap-rs" />
- <meta property="og:image" content="https://rezigned.github.io/keymap-rs/preview.png" />
+ <meta property="og:image" content="https://rezigned.github.io/keymap-rs/public/preview.png" />
10
<title>keymap-rs + WASM (Nyan Jump!)</title>
11
12
<link data-trunk rel="css" href="index.css" />
examples/wasm/public/preview.png
22.8 KB
0 commit comments