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