Compare commits

...

2 Commits

Author SHA1 Message Date
19655c337d add link to gallery and files 2024-12-07 13:27:34 +01:00
12c1856357 default value fix 2024-12-07 13:27:21 +01:00
3 changed files with 4 additions and 8 deletions

View File

@ -2,8 +2,8 @@
set -e
git clone "${REPO:-'https://git.tek.govt.hu/dowerx/www.git'}" /src
git clone "${REPO:-https://git.tek.govt.hu/dowerx/www.git}" /src
cd /src
mkdocs build --site-dir "${SITE_DIR:-'/site'}"
mkdocs build --site-dir "${SITE_DIR:-/site}"

View File

@ -9,12 +9,10 @@ repos:
tags:
- amd64
- arm64
- armv7
- name: "${DATE}"
tags:
- "${DATE}-amd64"
- "${DATE}-arm64"
- "${DATE}-armv7"
builds:
- arch: amd64
tags:
@ -24,7 +22,3 @@ repos:
tags:
- arm64
- "${DATE}-arm64"
- arch: armv7
tags:
- armv7
- "${DATE}-armv7"

View File

@ -4,6 +4,8 @@ nav:
- Home: index.md
- Projects: /projects
- Blog: /blog
- Gallery: /gallery
- Files: /public
- Tags: tags.md
- Links: links.md
- About: /about