Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
Docs
Commits
ccc27ade
Commit
ccc27ade
authored
Dec 09, 2021
by
Emmanuel Promayon
Browse files
New static redirection page
parent
636e6be7
Pipeline
#83314
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ccc27ade
image
:
python:alpine
#for bleeding edge (sometimes broken) use the python:rc-alpine docker image
before_script
:
-
apk add build-base
-
pip install --upgrade pip
-
pip install markdown
-
pip install Pygments
-
pip install mkdocs
#- pip install mkdocs-rtd-dropdown
-
pip install mkdocs-material
#- pip install mkdocs-windmill
#- pip install mkdocs-bootstrap386
#- pip install mkdocs-bootswatch
-
pip install pymdown-extensions
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# - pip install mkdocs-material
image
:
alpine:latest
pages
:
stage
:
deploy
script
:
-
mkdocs --version
-
mkdocs build
-
mv site public
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment