Skip to content

Commit

Permalink
trying simple solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Apr 27, 2020
1 parent ee90632 commit 3efe4d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Expand Up @@ -15,3 +15,5 @@ code.json
travis.yml
_pkgdown.yml
pkgdown/
^docs$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ doc
Meta
docs
pkgdown/
docs/
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ matrix:
before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
script: Rscript -e 'pkgdown::deploy_site_github(ssh_id = Sys.getenv("TRAVIS_DEPLOY_KEY", ""))'
skip_cleanup: true
- os: linux
r: devel
Expand Down

0 comments on commit 3efe4d4

Please sign in to comment.