.gitlab-ci.yml gelöscht
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-03 11:12:26 +02:00
parent 0496c63959
commit a6569b0789

View File

@@ -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