Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Nov 26, 2023
1 parent f1abca3 commit 30cc01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
cd web
sed -i 's/^APPS=.*/APPS=ltn/' Makefile
sed -i 's/new LTN("app");/new LTN("app");\n app.setAssetsBaseURL("http:\/\/play.abstreet.org\/dev\/data");/' src/web_root/ltn.html
sed -i 's/new LTN("app");/new LTN("app");\n app.setAssetsBaseURL("https:\/\/play.abstreet.org\/dev\/data");/' src/web_root/ltn.html
npm i
make release
cp -Rv build/dist ../book/book/web/
Expand Down

0 comments on commit 30cc01f

Please sign in to comment.