Tried some yml fixed

master
Sofus Albert Høgsbro Rose 2017-01-26 17:11:38 -05:00
parent 345dda9020
commit b7304806d7
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
1 changed files with 6 additions and 4 deletions

View File

@ -6,13 +6,15 @@ image: sorose/graphics:v8
stages:
- build
- build-docs
- deploy-docs
- build_docs
- deploy_docs
- test
# - review
before_script:
- apt update && apt -y install python3-pip gcc libmagickwand-dev
after_script:
- rm -rf dist build docs/build openlut.egg-info
build:
@ -24,7 +26,7 @@ build:
paths:
- dist/*
build-docs:
build_docs:
stage: build-docs
script:
- ./mkDocs.sh
@ -32,7 +34,7 @@ build-docs:
paths:
- docs/build/html
deploy-docs:
deploy_docs:
stage: deploy-docs
environment:
name: Documentation