File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,5 @@ COPY assets/.markdownlint.json .
4949COPY scripts/ /app/scripts/
5050COPY --chmod=755 bin/ /usr/local/bin/
5151
52- RUN git clone --depth 1 https://github.com/raineblog/mkdocs-material.git
53- COPY assets/katex.render.js mkdocs-material/material/templates/assets/katex.render.js
54- RUN pip install --no-cache-dir ./mkdocs-material
55-
5652ENTRYPOINT ["/sbin/tini" , "--" ]
5753CMD ["/usr/local/bin/mkdocs-build" ]
Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ mkdocs-glightbox
1616mkdocs-table-reader-plugin
1717mkdocs-jupyter
1818markdown-exec [ansi ]
19+
20+ git+https://github.com/raineblog/mkdocs-material.git
Original file line number Diff line number Diff line change @@ -60,4 +60,4 @@ markdown_extensions:
6060- pymdownx.tasklist
6161- pymdownx.tabbed
6262extra_javascript :
63- - assets/katex.render.js
63+ - https://cdn.jsdelivr.net/gh/raineblog/mkdocs-docker@latest/ assets/katex.render.js
You can’t perform that action at this time.
0 commit comments