summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1f35051..01c67cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ before_script:
- cargo install-update -a
script:
+ - find ./src -type f \( ! -iname SUMMARY.md \) -exec sed -i '/\[.*]([^\(]*)/ { s/(\//(\/Plore-Tabletop-Game\//g; }' {} \; # Makes deployed urls work with githubpages (under the name Plore-Tabletop-Game)
- mdbook build #&& mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
- cp fonts/* book/fonts