Merge branch 'main' of gitlab.com:VickyRampin/lis-628-data-librarianship into main
This commit is contained in:
commit
c09a42fa4a
|
@ -0,0 +1,18 @@
|
||||||
|
image: rocker/tidyverse:4.0.0
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- apt-get -y update
|
||||||
|
- apt-get -y install wget
|
||||||
|
- apt-get -y install pandoc
|
||||||
|
- apt-get -y install pandoc-citeproc
|
||||||
|
- Rscript -e "install.packages(c('rmarkdown', 'bookdown', 'bookdownplus', 'tinytex', 'webshot', 'knitr', 'kableExtra', 'ggpubr', 'stringr'))"
|
||||||
|
- Rscript -e "tinytex::install_tinytex()"
|
||||||
|
- Rscript -e "webshot::install_phantomjs()"
|
||||||
|
- Rscript -e "bookdown::render_book('index.Rmd', 'all', output_dir = 'public')"
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- main
|
Loading…
Reference in New Issue