Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 18:30:50 +00:00
parent 910d738fc9
commit cc36108df1
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
stages: stages:
- coverage - coverage
- builddocs - builddocs
- publishdocs - deploy
variables: variables:
LC_ALL: C.UTF-8 LC_ALL: C.UTF-8
@ -30,8 +30,8 @@ builddocs:
only: only:
- master - master
publishdocs: pages:
stage: publishdocs stage: deploy
image: ruby:2.3 image: ruby:2.3
script: script:
- mv doc/api/* ./ - mv doc/api/* ./