Delete .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 06:30:12 +0000 (06:30 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 06:30:12 +0000 (06:30 +0000)
.gitlab-ci.yml [deleted file]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644 (file)
index bcecc76..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-pages:
-  script:
-  - apt-get install python3-sphinx  python3-sphinxcontrib.spelling 
-  - cd en
-  - make html
-  - mv _build/html/ public/
-  artifacts:
-    paths:
-    - public
-  only:
-  - master