Skip to content

Commit 9b1cec2

Browse files
authored
Update pages.yml
1 parent 1f52bcc commit 9b1cec2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pages.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ jobs:
3232

3333
# Build the WASM with trunk
3434
- name: Build with Trunk
35-
- uses: jetli/trunk-action@v0.1.0
35+
uses: jetli/trunk-action@v0.1.0
36+
with:
37+
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
3638
run: trunk build --release --public-url $public_url
3739
env:
3840
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
3941

4042
# Use wasm-bindgen to prepare the bindings
41-
- uses: jetli/wasm-bindgen-action@v0.1.0
43+
- name: Use wasm-bindgen
44+
uses: jetli/wasm-bindgen-action@v0.1.0
4245

4346
# Deploy to GitHub Pages
4447
- name: Deploy

0 commit comments

Comments
 (0)