Skip to content

Commit

Permalink
Switch debug client CDN to Github Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 28, 2025
1 parent f8438b2 commit 9894c2a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9894c2a

Please sign in to comment.