Skip to content

Commit

Permalink
Partial revert for travis-ci deployment (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralanglois authored Nov 10, 2020
1 parent c5d3322 commit 4e1928d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ before_deploy:

deploy:
- provider: releases
skip_cleanup: true
api_key: $GITHUB_TOKEN
file_glob: true
file: $PWD/dist/*.*
Expand All @@ -151,7 +152,7 @@ deploy:
condition:
- "$DEPLOY_BUILD == true"
- provider: pages
skip-cleanup: true
skip_cleanup: true
github-token: $GITHUB_TOKEN
local_dir: $PWD/dist/html
on:
Expand All @@ -160,5 +161,4 @@ deploy:
tags: true
condition:
- "$DEPLOY_DOCS == true"
- edge: true

0 comments on commit 4e1928d

Please sign in to comment.