1
0
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:
2021-08-23 23:53:37 -07:00
parent bd361632cf
commit cbe0cd7909
5 changed files with 50 additions and 0 deletions

View File

@@ -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