Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
fix gh-page travis task for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed Oct 8, 2019
1 parent f4023ce commit 4adcd65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,12 @@ jobs:
- echo "Deploying to gh Page ..."
- npm run build:lib
- npm run build:docs
before_deploy:
- cd dist/Orange-Boosted-Angular
after_deploy:
- cd ../../
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: dist/Orange-Boosted-Angular
fqdn: ng-boosted.orange.com
on:
branch: refacto-structure
Expand Down

0 comments on commit 4adcd65

Please sign in to comment.