added theme submodule to pipeline
This commit is contained in:
parent
691dec0c8f
commit
afe2caf4ce
2 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,10 @@ steps:
|
||||||
- hugo version
|
- hugo version
|
||||||
- echo "Checking folder"
|
- echo "Checking folder"
|
||||||
- ls
|
- ls
|
||||||
|
- name: Add theme as submodule
|
||||||
|
image: drone/git
|
||||||
|
commands:
|
||||||
|
- git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
|
||||||
- name: Build
|
- name: Build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -3,8 +3,6 @@ languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'My New Hugo Site'
|
||||||
theme = 'ananke'
|
theme = 'ananke'
|
||||||
|
|
||||||
[outputs]
|
|
||||||
home = ["HTML", "XML"]
|
|
||||||
|
|
||||||
[[deployment.targets]]
|
[[deployment.targets]]
|
||||||
URL = "s3://palettetest?endpoint=https://garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage"
|
URL = "s3://palettetest?endpoint=https://garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage"
|
Loading…
Reference in a new issue