From a6569b0789e7b9c09e473ef4643d4dba10e49054 Mon Sep 17 00:00:00 2001 From: foiera Date: Wed, 3 Sep 2025 11:12:26 +0200 Subject: [PATCH] =?UTF-8?q?.gitlab-ci.yml=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 4bad712c..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: container.psi.ch/linux-infra/documentation - -pages: - stage: deploy - script: - - python3 --version - - jupyter-book build . - - echo "move content to public folder" - - mv ./_build/html public - tags: - - shared - - gitlab-pages - - docker - artifacts: - paths: - - public - only: - - master