Correctly name task
This commit is contained in:
parent
bfc2feb427
commit
cf5e5fbd33
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
build:
|
pages:
|
||||||
image: node:slim
|
image: node:slim
|
||||||
stage: build
|
stage: build
|
||||||
cache:
|
cache:
|
||||||
|
@ -13,3 +13,5 @@ build:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in a new issue