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
|
||||
settings:
|
||||
validate: true
|
||||
config: ./hugo.toml
|
||||
- name: check Build
|
||||
image: plugins/hugo
|
||||
commands:
|
||||
- ls
|
||||
- name: Deploy
|
||||
image: plugins/hugo
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue