Skip to content
Snippets Groups Projects
Commit f09733e3 authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

fix math_render

parent d7025cbc
No related branches found
No related tags found
1 merge request!4Working docker
Pipeline #9318 failed
......@@ -3,6 +3,7 @@ FROM debian:stable
RUN apt-get update && apt-get install -y --no-install-recommends \
python3 \
python3-pip \
git \
locales \
rsync \
&& \
......
git submodule init
git submodule update --recursive --remote
sed -i 's/\$port &/\$port/g' ./develop_server.sh
chmod +x develop_server.sh
export PATH=/root/.local/bin:$PATH
......
......@@ -12,6 +12,8 @@ build:
image: docker.isima.fr/vimazeno/pelican_perso_python
stage: build
script:
- git submodule init
- git submodule update --recursive --remote
- PATH=/root/.local/bin:$PATH pelican
deploy:
......
[submodule "plugins/math_render"]
path = plugins/math_render
url = https://github.com/barrysteyn/pelican_plugin-render_math.git
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