mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-08-02 19:41:38 +00:00
switching to CI building the site
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
pages:
|
||||
stage: deploy
|
||||
image: r-base:latest
|
||||
before_script:
|
||||
- run apt-get update
|
||||
- apt-get install libssl-dev pandoc build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev -y
|
||||
- run Rscript builtit.R
|
||||
script:
|
||||
- mkdir .public
|
||||
- cp -r ./docs/* .public
|
||||
|
Reference in New Issue
Block a user