Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AMIBIO
VARNA-api
Commits
0aefd140
Commit
0aefd140
authored
Dec 04, 2020
by
YAO Hua-Ting
Browse files
Add .gitlab-ci.yml
parent
222859e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
0aefd140
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image
:
python:3.6
pages
:
stage
:
deploy
script
:
-
python3 -m pip install mkdocs mkdocs-material mkdocstrings
-
mkdocs build
artifacts
:
paths
:
-
site
only
:
-
master
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment