Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CSIRO-INRA
landsepi
Commits
f15571ac
Commit
f15571ac
authored
Mar 25, 2021
by
Jean-Francois Rey
☕
Browse files
upgrade CI/CD pages dependencies
parent
f929b570
Pipeline
#3228
failed with stages
in 29 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f15571ac
...
...
@@ -160,8 +160,11 @@ deploy:
pages
:
stage
:
deploy
image
:
rocker/tidyverse:4.0.1
before_script
:
-
apt-get update
-
apt-get install -y --no-install-recommends "curl libcurl4-openssl-dev libxml2-dev git libssl-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev qpdf libssh-dev"
script
:
-
Rscript -e 'install.packages("pkgdown", repos="cloud.r-project.org"
, ask=FALSE
)'
-
Rscript -e 'install.packages(
c("rmarkdown",
"pkgdown"
)
, repos="cloud.r-project.org")'
-
Rscript -e 'pkgdown::build_site(override = list(destination = "public"))'
artifacts
:
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment