We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c64586 commit 3a2ceefCopy full SHA for 3a2ceef
.github/workflows/check-links.yml .github/.old/check-links.yml.github/workflows/check-links.yml renamed to .github/.old/check-links.yml
dockerfile
@@ -26,7 +26,7 @@ RUN python image_optimizer.py --mode build --quiet
26
27
# Build with cache for MkDocs (with quiet logging)
28
RUN --mount=type=cache,target=/site/.cache \
29
- PYTHONWARNINGS=ignore mkdocs build 2>&1 | grep -v '\[git-revision-date-localized-plugin\]' | grep -v 'has no git logs' | grep -v 'First revision timestamp' | grep -v 'RSS-plugin.*Dates could not be retrieved' || true
+ PYTHONWARNINGS=ignore mkdocs build --quiet
30
31
FROM nginx:alpine
32
RUN apk add --no-cache certbot certbot-nginx
0 commit comments