Skip to content

Commit

Permalink
fix(travis): Fix page deploy stage
Browse files Browse the repository at this point in the history
The skip_cleanup was set to true, so new cleanup should set to false.

Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
  • Loading branch information
GMishx committed Apr 16, 2020
1 parent 0495687 commit 1c40b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -197,7 +197,7 @@ jobs:
- bash utils/deploy-pages.sh
deploy:
provider: pages
cleanup: true
cleanup: false
token: $GITHUB_TOKEN
keep_history: false
local_dir: ./code_docs
Expand Down

0 comments on commit 1c40b8e

Please sign in to comment.