All checks were successful
Build and push chill website image / build (push) Successful in 1m10s
18 lines
309 B
JSON
18 lines
309 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Hugo Serve",
|
|
"type": "shell",
|
|
"command": "hugo",
|
|
"args": ["serve"],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"detail": "Sert le site Hugo localement"
|
|
}
|
|
]
|
|
}
|