Skip to content

Commit

Permalink
Fix public URL
Browse files Browse the repository at this point in the history
  • Loading branch information
biro456 committed Jul 16, 2024
1 parent b678a26 commit 2bcd67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions-rust-lang/rustfmt@v1
- uses: jetli/trunk-action@v0.4.0
- run: trunk build --release
- run: trunk build --release --public-url /gen-cert/
- uses: actions/upload-pages-artifact@v1
with:
path: dist/
Expand Down

0 comments on commit 2bcd67e

Please sign in to comment.