Skip to content
Snippets Groups Projects
Commit eef193f0 authored by Ghislain Durif's avatar Ghislain Durif
Browse files

fix page deployement

parent ccbb6665
No related branches found
No related tags found
No related merge requests found
Pipeline #747 passed with warnings
...@@ -71,6 +71,7 @@ pages: ...@@ -71,6 +71,7 @@ pages:
- Rscript -e 'remotes::install_cran(c("pkgdown"), upgrade = "never")' - Rscript -e 'remotes::install_cran(c("pkgdown"), upgrade = "never")'
- Rscript -e 'remotes::install_local(upgrade = "never")' - Rscript -e 'remotes::install_local(upgrade = "never")'
- Rscript -e 'pkgdown::build_site()' - Rscript -e 'pkgdown::build_site()'
- mkdir public
- cp -r docs/* public - cp -r docs/* public
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment