Mise à jour de '.drone.yml'
This commit is contained in:
parent
153d24cb21
commit
61783cf7f9
@ -13,13 +13,15 @@ steps:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/hugo
|
image: hypervtechnics/drone-hugo
|
||||||
settings:
|
settings:
|
||||||
hugo_version: 0.69.0
|
hugo_version: 0.69.0
|
||||||
|
theme: ameida-cv
|
||||||
extended: true
|
extended: true
|
||||||
validate: true
|
validate: true
|
||||||
config: config.toml
|
config: config.toml
|
||||||
content: content
|
content: content
|
||||||
|
output: ./public
|
||||||
commands:
|
commands:
|
||||||
- apk add libc6-compat libstdc++
|
- apk add libc6-compat libstdc++
|
||||||
- /bin/drone-hugo
|
- /bin/drone-hugo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user