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:
Philipp Dormann 2025-03-28 17:09:01 +01:00
parent 810be2c0cd
commit 75d0af185c
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -7,7 +7,6 @@ module:
- path: github.com/imfing/hextra - path: github.com/imfing/hextra
enableRobotsTXT: true enableRobotsTXT: true
enableGitInfo: true
hasCJKLanguage: true hasCJKLanguage: true
outputs: outputs:
@ -78,7 +77,6 @@ menu:
params: params:
description: Dokumentation für das Lauf für Kaya! Läufersystem. description: Dokumentation für das Lauf für Kaya! Läufersystem.
displayUpdatedDate: true
navbar: navbar:
displayTitle: true displayTitle: true
displayLogo: true displayLogo: true