Add name to step
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: Build in Hugo
|
name: Build in Hugo
|
||||||
steps:
|
steps:
|
||||||
- image: klakegg/hugo:0.104.3
|
- name: Build
|
||||||
|
image: klakegg/hugo:0.104.3
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user