Mise à jour de '.drone.yml'

v4
gregandev 2 years ago
parent bdd2d94d44
commit 249926a5ea
  1. 4
      .drone.yml

@ -23,12 +23,12 @@ steps:
- name: build hugo site - name: build hugo site
image: plugins/hugo image: plugins/hugo
settings: settings:
hugo_version: 0.82 hugo_version: 0.109
# theme: ameida-cv # theme: ameida-cv
extended: true extended: true
validate: true validate: true
config: config.toml config: config.toml
# content: content content: data
output: ./public output: ./public
commands: commands:
- apk add libc6-compat libstdc++ - apk add libc6-compat libstdc++

Loading…
Cancel
Save