Skip to content

Commit 1f52bcc

Browse files
committed
i'm finna be late over this
1 parent 6c273aa commit 1f52bcc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/pages.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,14 @@ jobs:
3232

3333
# Build the WASM with trunk
3434
- 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
3637
env:
3738
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
3839

3940
# Use wasm-bindgen to prepare the bindings
4041
- uses: jetli/wasm-bindgen-action@v0.1.0
4142

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-
4843
# Deploy to GitHub Pages
4944
- name: Deploy
5045
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)