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