Skip to content

Commit 86db0ce

Browse files
authored
Update pages.yml
1 parent bd78465 commit 86db0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ 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
3636
with:
3737
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
38-
run: trunk build --release --public-url $public_url
38+
- run: trunk build --release --public-url $public_url
3939
env:
4040
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
4141

0 commit comments

Comments
 (0)