|
|
|
@ -18,7 +18,7 @@ steps: |
|
|
|
|
password: |
|
|
|
|
from_secret: GIT_PASSWORD |
|
|
|
|
commands: |
|
|
|
|
- git submodule update --init --recursive |
|
|
|
|
- git submodule update --init --recursive |
|
|
|
|
|
|
|
|
|
- name: build hugo site |
|
|
|
|
image: plugins/hugo |
|
|
|
@ -28,7 +28,7 @@ steps: |
|
|
|
|
extended: true |
|
|
|
|
validate: true |
|
|
|
|
config: config.toml |
|
|
|
|
content: content |
|
|
|
|
# content: content |
|
|
|
|
output: ./public |
|
|
|
|
commands: |
|
|
|
|
- apk add libc6-compat libstdc++ |
|
|
|
|