.gitlab-ci.yml gelöscht
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user