Compare commits
3 Commits
0.0.1
...
d2ed34fe2b
| Author | SHA1 | Date | |
|---|---|---|---|
|
d2ed34fe2b
|
|||
|
0473960c1a
|
|||
|
75d0af185c
|
@@ -26,4 +26,5 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
${{ vars.REGISTRY }}/lfk/docs:latest
|
||||
${{ vars.REGISTRY }}/lfk/docs:main-${{ gitea.run_number }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,7 +7,6 @@ module:
|
||||
- path: github.com/imfing/hextra
|
||||
|
||||
enableRobotsTXT: true
|
||||
enableGitInfo: true
|
||||
hasCJKLanguage: true
|
||||
|
||||
outputs:
|
||||
@@ -78,7 +77,6 @@ menu:
|
||||
|
||||
params:
|
||||
description: Dokumentation für das Lauf für Kaya! Läufersystem.
|
||||
displayUpdatedDate: true
|
||||
navbar:
|
||||
displayTitle: true
|
||||
displayLogo: true
|
||||
|
||||
Reference in New Issue
Block a user