Skip to content

Commit

Permalink
Correct public-url to "/proof_viz/"
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Apr 23, 2024
1 parent b989aa4 commit 774c3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 774c3d7

Please sign in to comment.