From 6bc272b240e4feebfa642a1819495370cc7ac66a Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 19 Mar 2024 08:01:03 +0000 Subject: [PATCH] removed doc ci, Update .gitlab-ci.yml file Former-commit-id: ae702f1b2606c6f65ed2fd199837069b6b246b69 --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00613955..1bd21522 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,10 +155,3 @@ etex-test: paths: - ./tests/etex_test.txt expire_in: never - -documentation: - image: harbor.wolke.img.univie.ac.at/podman/mkdocs-computer:latest - stage: build - script: - - cd ./documentation && mkdocs build -c --verbose - - sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" /tmp/cr-site/* "$WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/flexpart" -- GitLab