Skip to content

Commit

Permalink
Merge pull request #6408 from leonardehrenfried/ui-assets
Browse files Browse the repository at this point in the history
Switch debug client CDN to Github Pages
  • Loading branch information
leonardehrenfried authored Jan 28, 2025
2 parents f8438b2 + 519cc45 commit 7ff1a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
working-directory: client
run: |
npm install
npm run build -- --base https://cdn.jsdelivr.net/gh/opentripplanner/debug-client-assets@main/${VERSION}/
npm run build -- --base https://www.opentripplanner.org/debug-client-assets/${VERSION}/
npm run coverage
- name: Deploy compiled assets to repo
Expand Down
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
</html>

0 comments on commit 7ff1a3a

Please sign in to comment.