mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-07-31 02:21:32 +00:00
left stuff from dockerfile in
This commit is contained in:
@@ -2,9 +2,9 @@ pages:
|
||||
stage: deploy
|
||||
image: r-base:latest
|
||||
before_script:
|
||||
- run apt-get update
|
||||
- apt-get update
|
||||
- apt-get install libssl-dev pandoc build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev -y
|
||||
- run Rscript builtit.R
|
||||
- Rscript builtit.R
|
||||
script:
|
||||
- mkdir .public
|
||||
- cp -r ./docs/* .public
|
||||
|
Reference in New Issue
Block a user