ci: drop displayUpdatedDate for now
All checks were successful
Build latest image / build-container (push) Successful in 2m31s
Build release images / build-container (push) Successful in 2m42s

This commit is contained in:
2025-03-28 17:09:01 +01:00
parent 810be2c0cd
commit 75d0af185c
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ FROM hugomods/hugo:exts AS build
WORKDIR /app
COPY . /app/
COPY .git /app/.git
# COPY .git /app/.git
RUN hugo
FROM hugomods/hugo:nginx