Skip to content

Commit

Permalink
Merge pull request #90 from molgenis/marikaris-patch-2
Browse files Browse the repository at this point in the history
fix: get ci to deploy github pages
  • Loading branch information
marikaris authored Nov 10, 2023
2 parents 600cced + 8a6b231 commit 2463a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ 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 "usethis::deploy_to_branch(message='Built site for MolgenisArmadillo: ${TAG}@', branch='gh-pages')"
Rscript -e "deploy_to_branch(message='Built site for MolgenisArmadillo: ${TAG}@', branch='gh-pages')"
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.5 Fix documentation
## 2.1.6 Fix documentation
* Update github.io using CI

## 2.1.3 Bugfix
Expand Down

0 comments on commit 2463a49

Please sign in to comment.