Fix gitlab-ci.yml
‘before_script’ should be an array of strings.
This commit is contained in:
parent
775552293c
commit
29289a3b76
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stages:
|
|||
build-html:
|
||||
stage: build
|
||||
before_script:
|
||||
cask install
|
||||
- cask install
|
||||
script:
|
||||
make html
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue