mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-09 20:38:03 -05:00
Correct public-url to "/proof_viz/"
This commit is contained in:
2
.github/workflows/yew.yml
vendored
2
.github/workflows/yew.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
run: |
|
||||
rustup target add wasm32-unknown-unknown
|
||||
- name: Build the Rust WASM app and all of its assets
|
||||
run: trunk build --public-url ${{ github.event.repository.name }} --release
|
||||
run: trunk build --public-url "/proof_viz/" --release
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user