Correct public-url to "/proof_viz/"

This commit is contained in:
Hendrik Eeckhaut
2024-04-23 15:12:11 +02:00
parent b989aa46fc
commit 774c3d7344

View File

@@ -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