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
58c1617e
Commit
58c1617e
authored
Mar 25, 2021
by
Jean-Francois Rey
☕
Browse files
syntax error fix CI/CD
parent
497c0421
Pipeline
#3225
failed with stages
in 9 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
58c1617e
...
...
@@ -159,7 +159,7 @@ deploy:
pages
:
stage
:
deploy
image
s
:
rocker/tidyverse:4.0.1
image
:
rocker/tidyverse:4.0.1
script
:
-
Rscript -e 'install.packages("pkgdown", repos="cloud.r-project.org", ask=FALSE)'
-
Rscript -e 'pkgdown::build_site(override = list(destination = "public"))'
...
...
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