Skip to content
Snippets Groups Projects
Commit f92ee4a9 authored by rinpatch's avatar rinpatch
Browse files

Begone python 2

parent 3f0315a6
No related branches found
No related tags found
No related merge requests found
Pipeline #18084 passed
......@@ -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:
......
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