Skip to content
Snippets Groups Projects
Commit cc98efb3 authored by Daniel Juarez's avatar Daniel Juarez :speech_balloon:
Browse files

webeos migration

parent 54a9c48d
No related branches found
No related tags found
No related merge requests found
Pipeline #3607436 passed
stages:
- build
- deploy
build:
stage: build
image: gitlab-registry.cern.ch/cloud/gitbook-ebook
before_script:
- mkdir -p public/slides
script:
- rm -rf $CI_PROJECT_DIR/_book
- gitbook install
- gitbook build $CI_PROJECT_DIR $CI_PROJECT_DIR/_book
- cp -r $CI_PROJECT_DIR/_book/* public
- cp -r $CI_PROJECT_DIR/slides/* public/slides
artifacts:
paths:
- public
tags:
- docker
deploy:
stage: deploy
image: gitlab-registry.cern.ch/ci-tools/ci-web-deployer:latest
only:
- master
script:
- deploy-eos
tags:
- docker
include:
- project: 'authoring/documentation/mkdocs-ci'
file: 'mkdocs-gitlab-pages.gitlab-ci.yml'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment