diff --git a/.circleci/config.yml b/.circleci/config.yml index 71a26b17..1c1e653c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,6 @@ jobs: "https://uploads.github.com/repos/molgenis/molgenis-r-armadillo/releases/${RELEASE_ID}/assets?name=${PACKAGE}_${TAG}.tar.gz" \ --data-binary "@${PACKAGE}_${TAG}.tar.gz" - Rscript -e "pkgdown::deploy_to_branch(commit_message='Built site for MolgenisArmadillo: ${TAG}@', branch='gh-pages', clean=TRUE)" Rscript -e "usethis::use_pkgdown_github_pages()" curl -d "token=${SLACK_TOKEN}" \ diff --git a/cran-comments.md b/cran-comments.md index 6a355b66..d956986a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -## 2.1.9 Bugfixes +## 2.1.10 Bugfixes * Update github pages using CI * Fix #79 load_table function doesn't show error messages