drop redirect map on site

This commit is contained in:
Umputun 2022-08-08 17:01:50 -05:00
parent e1e99fe9b8
commit a84bbc3603
2 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,9 @@ WORKDIR /build
COPY site/ /build/
COPY README.md /build/docs/index.md
RUN sed -i 's|^.*/workflows/ci.yml.*$||' /build/docs/index.md
RUN \
sed -i 's|https://raw.githubusercontent.com/umputun/reproxy/master/site/logo-bg.svg|logo.png|' /build/docs/index.md && \
sed -i 's|^.*/workflows/ci.yml.*$||' /build/docs/index.md
RUN mkdocs build

View File

@ -30,9 +30,6 @@ plugins:
- search
- minify:
minify_html: true
- redirects:
redirect_maps:
https://raw.githubusercontent.com/umputun/reproxy/master/site/logo-bg.svg: logo.svg
extra:
generator: true