Skip to content

Commit

Permalink
fix: ci build to generate github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaris committed Nov 13, 2023
1 parent 2297d71 commit 2251988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2251988

Please sign in to comment.