Skip to content
Snippets Groups Projects
Commit 7667b37d authored by Jo-Theo's avatar Jo-Theo
Browse files

cool

parent 6bc80a5e
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,10 @@ docker-build:
build-job:
stage: build
script:
- docker pull rocker/verse:4.3.0
- docker run -t rocker/verse:4.3.0
- Rscript -e "install.packages('pkgdown');pkgdown::build_site()"
- docker pull rocker/r-ver:4.0.4
- docker run -t rocker/r-ver:4.0.4
- install.packages('pkgdown')
- pkgdown::build_site()
artifacts:
paths:
- "docs/"
......
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