Skip to content

Commit

Permalink
Merge pull request #89 from molgenis/marikaris-patch-2
Browse files Browse the repository at this point in the history
fix: update ci to fix docs
  • Loading branch information
marikaris authored Nov 10, 2023
2 parents fa6522a + e337440 commit 600cced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" -H "Content-Type: application/octet-stream" \
"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 "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.4 Fix documentation
## 2.1.5 Fix documentation
* Update github.io using CI

## 2.1.3 Bugfix
Expand Down

0 comments on commit 600cced

Please sign in to comment.