added config file
This commit is contained in:
parent
7ea960bbb0
commit
ec46512b20
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ steps:
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
validate: true
|
validate: true
|
||||||
|
config: ./hugo.toml
|
||||||
|
- name: check Build
|
||||||
|
image: plugins/hugo
|
||||||
|
commands:
|
||||||
|
- ls
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue