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