Skip to content
Snippets Groups Projects
Commit 36b7c573 authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Delete .gitlab-ci.yml

parent d652e51e
No related branches found
No related tags found
No related merge requests found
FROM python:3.8.17
WORKDIR /src
# Locked versions to make the build process repeatable
RUN pip install mkdocs==1.4.2 && \
pip install mkdocs-material==9.1.21 &&\
pip install plantuml-markdown==3.9.2 && \
git clone https://github.com/g-provost/lightgallery-markdown.git && \
cd lightgallery-markdown && \
git checkout f178453ad7889e6a0c4a09138701ef34b915ee04 && \
python setup.py install
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