test build website CI
This commit is contained in:
parent
aacc48d9f9
commit
a157a327ef
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -9,12 +9,12 @@ steps:
|
|||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- echo "ça marche"
|
||||
# - name: build
|
||||
# image: plugins/hugo
|
||||
# settings:
|
||||
# hugo_version: 0.55
|
||||
# config: path/hugo.toml
|
||||
# validate: true
|
||||
# commands:
|
||||
# - hugo deploy
|
||||
- echo "ça marche
|
||||
- name: build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.55
|
||||
config: path/hugo.toml
|
||||
validate: true
|
||||
commands:
|
||||
- hugo deploy
|
Loading…
Reference in a new issue