Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxtraining
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
websites
linuxtraining
Commits
cc98efb3
Commit
cc98efb3
authored
3 years ago
by
Daniel Juarez
Browse files
Options
Downloads
Patches
Plain Diff
webeos migration
parent
54a9c48d
No related branches found
No related tags found
No related merge requests found
Pipeline
#3607436
passed
3 years ago
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-30
3 additions, 30 deletions
.gitlab-ci.yml
with
3 additions
and
30 deletions
.gitlab-ci.yml
+
3
−
30
View file @
cc98efb3
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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment