Skip to content

Commit db88b5a

Browse files
committed
Add preview image
1 parent 1d5df5d commit db88b5a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release to Github Pages
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [main, add-wasm-backend]
77
paths:
88
- 'examples/wasm/**'
99
workflow_dispatch:

examples/wasm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta property="og:title" content="keymap-rs + WASM (Nyan Jump!)" />
77
<meta property="og:type" content="object" />
88
<meta property="og:url" content="https://rezigned.com/keymap-rs" />
9-
<meta property="og:image" content="https://rezigned.github.io/keymap-rs/preview.png" />
9+
<meta property="og:image" content="https://rezigned.github.io/keymap-rs/public/preview.png" />
1010
<title>keymap-rs + WASM (Nyan Jump!)</title>
1111

1212
<link data-trunk rel="css" href="index.css" />

examples/wasm/public/preview.png

22.8 KB
Loading

0 commit comments

Comments
 (0)