Remove pages sections from .gitlab-ci.yml because we don't need them.

This commit is contained in:
Raoul Snyman 2019-07-15 05:14:18 +00:00
parent 5cc2148af2
commit b61ba63b24
1 changed files with 0 additions and 22 deletions

View File

@ -4,28 +4,6 @@ before_script:
- apk --no-cache add make openssh-client py3-setuptools python3-dev py3-pillow py3-lxml
- python3 -m pip install nikola
pages:
stage: deploy
script:
- nikola theme -i bootstrap3
- nikola build
artifacts:
paths:
- output
only:
- master
test:
stage: test
script:
- nikola theme -i bootstrap3
- nikola build
artifacts:
paths:
- output
except:
- master
deploy:
stage: deploy
script: