Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 12:13:39 +01:00
parent 153d24cb21
commit 61783cf7f9

View File

@ -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