Skip to content

Commit

Permalink
- remove deployment of website from dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dselivanov committed Jan 25, 2020
1 parent 4c440c9 commit c4494c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
30 changes: 10 additions & 20 deletions .travis.yml
Expand Up @@ -54,23 +54,13 @@ after_success:
- Rscript -e 'pkgdown::build_site()'

deploy:
- provider: pages
skip_cleanup: true
keep_history: true
committer_from_gh: true
github_token: $GITHUB_TOKEN
local_dir: docs
verbose: true
on:
branch: master
repo: rexyai/RestRserve
- provider: pages
skip_cleanup: true
keep_history: true
committer_from_gh: true
github_token: $GITHUB_TOKEN
local_dir: docs
verbose: true
on:
branch: dev
repo: rexyai/RestRserve
provider: pages
skip_cleanup: true
keep_history: true
committer_from_gh: true
github_token: $GITHUB_TOKEN
local_dir: docs
verbose: true
on:
branch: master
repo: rexyai/RestRserve
3 changes: 1 addition & 2 deletions _pkgdown.yml
Expand Up @@ -5,5 +5,4 @@ authors:
href: https://rexy.ai
html: <a href="https://www.rexy.ai"><img src="https://s3-eu-west-1.amazonaws.com/rexy.ai/images/rexy-logo.svg" height="32" alt="rexy.ai"></a>
development:
mode: devel

mode: release

0 comments on commit c4494c8

Please sign in to comment.