Skip to content

Commit

Permalink
Fix Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeyeongYang committed Dec 15, 2020
1 parent 7b0a974 commit 83ded9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ deploy:
skip_cleanup: true
on:
branch: develop
condition: "$TARGET = R"
2 changes: 1 addition & 1 deletion travis/deploy-develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [ "$TARGET" = "R" ]; then
echo "$(pwd)"
Rscript -e 'install.packages("pkgdown")'
Rscript -e 'pkgdown::deploy_site_github()'
Rscript -e "pkgdown::deploy_site_github('$ROOTPATH/R')"

# Otherwise
else
Expand Down

0 comments on commit 83ded9e

Please sign in to comment.