Skip to content
Snippets Groups Projects
Commit 0eecf90b authored by Theodore Vanrenterghem's avatar Theodore Vanrenterghem
Browse files

add pkgdown settings

parent d9fcae89
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ build-job:
stage: build
image: registry.forgemia.inra.fr/theodore.vanrenterghem/shinysbm-docker-base:latest
script:
- R -e "pkgdown::build_site(new_process = FALSE, devel=FALSE,preview = FALSE)"
- R -e "install.packages(c('usethis','pkgdown'));usethis::use_pkgdown();pkgdown::build_site(new_process = FALSE, devel=FALSE,preview = FALSE)"
- echo -e "repo:\n url:\n home: https://forgemia.inra.fr/theodore.vanrenterghem/\n source: https://forgemia.inra.fr/theodore.vanrenterghem/shinySbm/-/tree/dev/" >> _pkgdown.yml
artifacts:
paths:
- "docs/"
......
......@@ -5,5 +5,3 @@ RUN R -e 'install.packages("shinySbm")'
# Run the application
EXPOSE 3838
CMD R -e "options('shiny.port'=3838,shiny.host='0.0.0.0');library(shinySbm);shinySbm::shinySbmApp(nbCore_control = FALSE, console_verbosity = FALSE,options = list(launch.browser = F))"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment