Commit 1f52bcc 1 parent 6c273aa commit 1f52bcc Copy full SHA for 1f52bcc
File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,14 @@ jobs:
32
32
33
33
# Build the WASM with trunk
34
34
- name : Build with Trunk
35
- run : ./trunk build --release --public-url $public_url
35
+ - uses : jetli/trunk-action@v0.1.0
36
+ run : trunk build --release --public-url $public_url
36
37
env :
37
38
public_url : " https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
38
39
39
40
# Use wasm-bindgen to prepare the bindings
40
41
- uses : jetli/wasm-bindgen-action@v0.1.0
41
42
42
- # Build the project in release mode
43
- - name : Build
44
- run : ./trunk build --release --public-url $public_url
45
- env :
46
- public_url : " https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
47
-
48
43
# Deploy to GitHub Pages
49
44
- name : Deploy
50
45
uses : JamesIves/github-pages-deploy-action@v4
You can’t perform that action at this time.
0 commit comments