changed pipeline
This commit is contained in:
parent
5c3ecbcee1
commit
01b0198afb
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ steps:
|
|||
settings:
|
||||
validate: true
|
||||
extended: true
|
||||
config: ./hugo.toml
|
||||
config: /hugo_config/_default/hugo.toml
|
||||
- name: check Build
|
||||
image: plugins/hugo
|
||||
commands:
|
||||
|
@ -48,4 +48,4 @@ steps:
|
|||
AWS_SECRET_ACCESS_KEY:
|
||||
from_secret: AWS_SECRET_ACCESS_KEY
|
||||
commands:
|
||||
- hugo deploy --config hugo_config/_default/hugo.toml
|
||||
- hugo deploy # --config hugo_config/_default/hugo.toml
|
Loading…
Reference in a new issue