Fix not deploying docs and wrong github prefix in source code links in docs

This commit is contained in:
Timofey Solomko
2021-04-20 13:49:57 +03:00
parent 48ecebcade
commit e706d1f89a
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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:
+3 -1
View File
@@ -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