Skip to content

Commit

Permalink
Fix visualizer public url
Browse files Browse the repository at this point in the history
  • Loading branch information
leudz committed Jul 12, 2024
1 parent aae2ab0 commit 31bd793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- uses: jetli/[email protected]
# GH pages doesn't use the same url naming as trunk's default
# https://github.com/thedodd/trunk/issues/268
- run: trunk build --public-url "shipyard/visualizer/" --release visualizer/index.html
- run: trunk build --public-url "/shipyard/visualizer/" --release visualizer/index.html
- name: save visualizer
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 31bd793

Please sign in to comment.