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
|
||||
- echo "Checking folder"
|
||||
- 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
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
|
|
|
@ -3,8 +3,6 @@ languageCode = 'en-us'
|
|||
title = 'My New Hugo Site'
|
||||
theme = 'ananke'
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "XML"]
|
||||
|
||||
[[deployment.targets]]
|
||||
URL = "s3://palettetest?endpoint=https://garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage"
|
Loading…
Reference in a new issue