add hugo version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2021-04-21 11:44:47 +02:00
parent 5baadae8ff
commit ee50afdfb5

View File

@ -28,10 +28,12 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- git submodule update --recursive --remote - git submodule update --recursive --remote
- ls themes/toha
- name: build - name: build
image: plugins/hugo image: plugins/hugo
settings: settings:
hugo_version: 0.82.0
validate: true validate: true
extended: true extended: true