We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1cec2 commit bd78465Copy full SHA for bd78465
.github/workflows/pages.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: jetli/[email protected]
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