1
0
Fork 0

added theme submodule to pipeline

This commit is contained in:
maxime-cool 2024-01-12 10:33:56 +01:00
parent 691dec0c8f
commit afe2caf4ce
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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&region=garage"