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
d046b9d6
Commit
d046b9d6
authored
Jul 23, 2021
by
Jean-Francois Rey
☕
Browse files
update pkgdown logo in CI/CD
parent
7c3cd6b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d046b9d6
...
@@ -178,6 +178,10 @@ pages:
...
@@ -178,6 +178,10 @@ pages:
-
Rscript -e 'install.packages(c("devtools", "pkgdown"), repos="cloud.r-project.org")'
-
Rscript -e 'install.packages(c("devtools", "pkgdown"), repos="cloud.r-project.org")'
-
Rscript -e 'devtools::install()'
-
Rscript -e 'devtools::install()'
-
Rscript -e 'pkgdown::build_site(override = list(destination = "public"))'
-
Rscript -e 'pkgdown::build_site(override = list(destination = "public"))'
-
mkdir -p public/inst/
-
cp -r inst/logos public/inst/
-
cp vignettes/listofparameters.pdf public/articles/
-
cp vignettes/landsepiposter.pdf public/articles/
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
public
...
...
vignettes/O1-run_simple_simul.Rmd
View file @
d046b9d6
...
@@ -9,7 +9,8 @@ vignette: >
...
@@ -9,7 +9,8 @@ vignette: >
editor_options:
editor_options:
chunk_output_type: console
chunk_output_type: console
resource_files:
resource_files:
- inst/doc/list_of_parameters.pdf
- vignettes/listofparameters.pdf
- vignettes/landsepiposter.pdf
---
---
```{r, include = FALSE}
```{r, include = FALSE}
...
...
vignettes/landsepiposter.pdf
View file @
d046b9d6
No preview for this file type
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