We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86db0ce commit 1d50335Copy full SHA for 1d50335
.github/workflows/pages.yml
@@ -35,6 +35,7 @@ jobs:
35
- uses: jetli/trunk-action@v0.1.0
36
with:
37
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
38
+ -name: kill
39
- run: trunk build --release --public-url $public_url
40
env:
41
0 commit comments