diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4abe913..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 @@ -20,6 +21,9 @@ branches: only: - master +git: + submodules: false + deploy: provider: pages skip-cleanup: true |
