Commit f0753a07 authored by Dorchies David's avatar Dorchies David
Browse files

ci(doc): remove website generation on deprecated https://in-wop.g-eau.fr/hubeau website

Refs #9
parent 7df055d0
No related merge requests found
Pipeline #26171 passed with stage
in 1 minute and 12 seconds
Showing with 0 additions and 13 deletions
+0 -13
stages:
- check
- website
default:
tags: [docker]
......@@ -26,15 +25,3 @@ check:
script:
- if [[ $NOT_CRAN == "false" ]]; then sudo apt-get update && sudo apt-get install -y qpdf; fi
- R -e 'rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")'
website:
stage: website
only:
- master
- dev
- tags
script:
- R -e 'devtools::update_packages(packages = "pkgdown")'
- R -e 'pkgdown::build_site()'
- sudo apt-get update && sudo apt-get install -y sshpass rsync
- sshpass -p "${OVH_PASS}" rsync -a -e "ssh -o StrictHostKeyChecking=no" docs/ ${OVH_LOGIN}@${OVH_SFTP}:/home/${OVH_LOGIN}/in-wop/hubeau/
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment