From e706d1f89abb942c9cc77785baba817bed511d41 Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Tue, 20 Apr 2021 13:49:57 +0300 Subject: [PATCH] Fix not deploying docs and wrong github prefix in source code links in docs --- .jazzy.yaml | 2 +- .travis.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index 90e1a3cb..2b1d81c0 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -7,7 +7,7 @@ module_version: 4.5.8 copyright: '© 2021 Timofey Solomko' readme: README.md github_url: https://github.com/tsolomko/SWCompression -github_file_prefix: https://github.com/tsolomko/SWCompression/tree/4.5.7 +github_file_prefix: https://github.com/tsolomko/SWCompression/tree/4.5.8 theme: fullwidth custom_categories: diff --git a/.travis.yml b/.travis.yml index ce7ad876..d8a2cec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,6 +167,8 @@ jobs: - ./utils.py ci before-deploy deploy: - provider: pages - skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: docs + skip_cleanup: true + on: + tags: true