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:
|
commands:
|
||||||
- echo hello
|
- echo hello
|
||||||
- echo world
|
- echo world
|
||||||
- echo "ça marche"
|
- echo "ça marche
|
||||||
# - name: build
|
- name: build
|
||||||
# image: plugins/hugo
|
image: plugins/hugo
|
||||||
# settings:
|
settings:
|
||||||
# hugo_version: 0.55
|
hugo_version: 0.55
|
||||||
# config: path/hugo.toml
|
config: path/hugo.toml
|
||||||
# validate: true
|
validate: true
|
||||||
# commands:
|
commands:
|
||||||
# - hugo deploy
|
- hugo deploy
|
Loading…
Reference in a new issue