We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f52bcc commit 9b1cec2Copy full SHA for 9b1cec2
.github/workflows/pages.yml
@@ -32,13 +32,16 @@ jobs:
32
33
# Build the WASM with trunk
34
- name: Build with Trunk
35
- - uses: jetli/trunk-action@v0.1.0
+ uses: jetli/trunk-action@v0.1.0
36
+ with:
37
+ public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
38
run: trunk build --release --public-url $public_url
39
env:
40
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
41
42
# Use wasm-bindgen to prepare the bindings
- - uses: jetli/wasm-bindgen-action@v0.1.0
43
+ - name: Use wasm-bindgen
44
+ uses: jetli/wasm-bindgen-action@v0.1.0
45
46
# Deploy to GitHub Pages
47
- name: Deploy
0 commit comments