Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
docs
Commits
f92ee4a9
Commit
f92ee4a9
authored
Oct 02, 2019
by
rinpatch
Browse files
Begone python 2
parent
3f0315a6
Pipeline
#18084
passed with stages
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f92ee4a9
...
...
@@ -13,8 +13,9 @@ fetch-and-build:
paths
:
-
site/
script
:
-
apk add git py-pip
-
pip install mkdocs mkdocs-material
-
apk add git python3
-
python3 -m ensurepip
-
pip3 install mkdocs mkdocs-material
-
./manage.sh all --branch $BRANCH
deploy
:
...
...
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