We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd78465 commit 86db0ceCopy full SHA for 86db0ce
.github/workflows/pages.yml
@@ -32,10 +32,10 @@ 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
+ - run: trunk build --release --public-url $public_url
39
env:
40
41
0 commit comments