test change build
This commit is contained in:
parent
fad99d8441
commit
7ea960bbb0
1 changed files with 4 additions and 6 deletions
10
.drone.yml
10
.drone.yml
|
@ -11,16 +11,14 @@ steps:
|
||||||
- hugo version
|
- hugo version
|
||||||
- echo "Checking folder"
|
- echo "Checking folder"
|
||||||
- ls
|
- ls
|
||||||
- name: submodule fetch
|
# - name: submodule fetch
|
||||||
image: drone/git
|
# image: drone/git
|
||||||
commands:
|
# commands:
|
||||||
- git submodule update --init --recursive
|
# - git submodule update --init --recursive
|
||||||
- name: Build
|
- name: Build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
validate: true
|
validate: true
|
||||||
config: ./hugo.toml
|
|
||||||
theme: ananke
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue