test CI
This commit is contained in:
parent
45352df3dd
commit
9a6296d7b1
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@ steps:
|
||||||
- hugo version
|
- hugo version
|
||||||
- name: Build
|
- name: Build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
|
settings:
|
||||||
|
config: hugo.toml
|
||||||
|
validate: true
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo
|
||||||
#- minify -r -o /drone/src/build /drone/src/build
|
#- minify -r -o /drone/src/build /drone/src/build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
|
||||||
config: hugo.toml
|
|
||||||
validate: true
|
|
||||||
# commands:
|
# commands:
|
||||||
# - hugo deploy
|
# - hugo deploy
|
Loading…
Reference in a new issue