fix: remove --strict from mkdocs build (multirepo link warnings)
This commit is contained in:
parent
014bb8c0d9
commit
11fa9ad243
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ ARG FORGEJO_TOKEN=""
|
||||||
RUN if [ -n "$FORGEJO_TOKEN" ]; then \
|
RUN if [ -n "$FORGEJO_TOKEN" ]; then \
|
||||||
git config --global url."https://x-access-token:${FORGEJO_TOKEN}@git.daelon.cloud/".insteadOf "https://git.daelon.cloud/"; \
|
git config --global url."https://x-access-token:${FORGEJO_TOKEN}@git.daelon.cloud/".insteadOf "https://git.daelon.cloud/"; \
|
||||||
fi \
|
fi \
|
||||||
&& mkdocs build --strict --site-dir /site
|
&& mkdocs build --site-dir /site
|
||||||
|
|
||||||
FROM nginx:1.27-alpine
|
FROM nginx:1.27-alpine
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue