mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
drop redirect map on site
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user