From 01711c31ad687c03919a61765ae94bf86a97269b Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Thu, 7 Dec 2023 11:04:24 +0000 Subject: [PATCH] allow automatic updates to documentation website on wolke --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b88fb1f..b541aaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ stages: build: stage: build - when: manual + #when: manual before_script: # Install all required packages - apt-get update -y @@ -31,7 +31,7 @@ build: deploy: stage: deploy - when: manual + #when: manual needs: - build before_script: -- GitLab