Skip to content

Commit 97496a4

Browse files
committed
Add repo2wasm as GitHub Action
1 parent 7e266d2 commit 97496a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/repo2wasm.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Convert repository to Wasm-powered integrated development environment
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
create-ide:
8+
runs-on: ubuntu-24.04
9+
permissions:
10+
pages: write
11+
id-token: write
12+
steps:
13+
- name: Create IDE and publish to GitHub Pages
14+
uses: repo2wasm/gh-actions@0.2.0

0 commit comments

Comments
 (0)