Compare commits
3 Commits
0.0.1
...
d2ed34fe2b
| Author | SHA1 | Date | |
|---|---|---|---|
|
d2ed34fe2b
|
|||
|
0473960c1a
|
|||
|
75d0af185c
|
@@ -26,4 +26,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.REGISTRY }}/lfk/docs:latest
|
${{ vars.REGISTRY }}/lfk/docs:latest
|
||||||
|
${{ vars.REGISTRY }}/lfk/docs:main-${{ gitea.run_number }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user