Skip to content
Snippets Groups Projects
Commit 0cb27340 authored by Дмитрий Кибирев's avatar Дмитрий Кибирев
Browse files

feat: add mkdocs-plugin-inline-svg

parent 4b862554
No related branches found
No related tags found
No related merge requests found
Pipeline #17712 passed
......@@ -3,7 +3,7 @@ FROM python:3.10
ENV SITE_SRC '/site/src'
ENV SITE_HTML '/site/html'
RUN pip install mkdocs mkdocs-material
RUN pip install mkdocs mkdocs-material mkdocs-plugin-inline-svg
# Generate static content
COPY . ${SITE_SRC}
......
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