Mise à jour de '.drone.yml'

v4
gregandev 2 years ago
parent 16b8012669
commit 1af2b1ef07
  1. 4
      .drone.yml

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

Loading…
Cancel
Save