Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Apr 23, 2024
1 parent db59f17 commit 0c78980
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 @@ -42,7 +42,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 /proof_viz --release
run: trunk build --public-url "https://tlsnotary.github.io/proof_viz/" --release
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Deploy to GitHub pages
Expand Down

0 comments on commit 0c78980

Please sign in to comment.