Skip to content

Commit 3a2ceef

Browse files
Entferne die Link-Überprüfungs-Workflow-Datei und optimiere den MkDocs-Build-Befehl im Dockerfile für ruhigere Ausgaben.
1 parent 9c64586 commit 3a2ceef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN python image_optimizer.py --mode build --quiet
2626

2727
# Build with cache for MkDocs (with quiet logging)
2828
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
29+
PYTHONWARNINGS=ignore mkdocs build --quiet
3030

3131
FROM nginx:alpine
3232
RUN apk add --no-cache certbot certbot-nginx

0 commit comments

Comments
 (0)