Compare commits
2 Commits
c65c2c0834
...
19655c337d
Author | SHA1 | Date | |
---|---|---|---|
19655c337d | |||
12c1856357 |
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
set -e
|
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
|
cd /src
|
||||||
|
|
||||||
mkdocs build --site-dir "${SITE_DIR:-'/site'}"
|
mkdocs build --site-dir "${SITE_DIR:-/site}"
|
||||||
|
@ -9,12 +9,10 @@ repos:
|
|||||||
tags:
|
tags:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
- armv7
|
|
||||||
- name: "${DATE}"
|
- name: "${DATE}"
|
||||||
tags:
|
tags:
|
||||||
- "${DATE}-amd64"
|
- "${DATE}-amd64"
|
||||||
- "${DATE}-arm64"
|
- "${DATE}-arm64"
|
||||||
- "${DATE}-armv7"
|
|
||||||
builds:
|
builds:
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
tags:
|
tags:
|
||||||
@ -24,7 +22,3 @@ repos:
|
|||||||
tags:
|
tags:
|
||||||
- arm64
|
- arm64
|
||||||
- "${DATE}-arm64"
|
- "${DATE}-arm64"
|
||||||
- arch: armv7
|
|
||||||
tags:
|
|
||||||
- armv7
|
|
||||||
- "${DATE}-armv7"
|
|
@ -4,6 +4,8 @@ nav:
|
|||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Projects: /projects
|
- Projects: /projects
|
||||||
- Blog: /blog
|
- Blog: /blog
|
||||||
|
- Gallery: /gallery
|
||||||
|
- Files: /public
|
||||||
- Tags: tags.md
|
- Tags: tags.md
|
||||||
- Links: links.md
|
- Links: links.md
|
||||||
- About: /about
|
- About: /about
|
||||||
|
Loading…
Reference in New Issue
Block a user