mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed Dockerfile
This commit is contained in:
parent
5c8bb4ea2b
commit
da3b2b33b6
@ -74,7 +74,7 @@ RUN \
|
|||||||
for theme in mkdocs readthedocs; do \
|
for theme in mkdocs readthedocs; do \
|
||||||
rm -rf ${PACKAGES}/mkdocs/themes/$theme; \
|
rm -rf ${PACKAGES}/mkdocs/themes/$theme; \
|
||||||
ln -s \
|
ln -s \
|
||||||
${PACKAGES}/material \
|
${PACKAGES}/material/templates \
|
||||||
${PACKAGES}/mkdocs/themes/$theme; \
|
${PACKAGES}/mkdocs/themes/$theme; \
|
||||||
done \
|
done \
|
||||||
&& \
|
&& \
|
||||||
|
Loading…
Reference in New Issue
Block a user