]> git.r.bdr.sh - rbdr/lyricli/commitdiff
Remove unused configs
authorBen Beltran <redacted>
Tue, 10 Mar 2020 02:55:36 +0000 (21:55 -0500)
committerBen Beltran <redacted>
Tue, 10 Mar 2020 02:55:36 +0000 (21:55 -0500)
.gitlab-ci.yml

index 56fa677eee99383c2be83c3a357ae4b5717efe6c..04ec6ba9b6f1a22a07874d421c5fdc5debe4f5f4 100644 (file)
@@ -12,19 +12,3 @@ lint:
   stage: lint
   script:
     - make lint
-
-document:
-  stage: document
-  script:
-    - make document
-  artifacts:
-    paths:
-      - docs
-
-pages:
-  stage: deploy
-  script:
-    - mv docs public
-  artifacts:
-    paths:
-      - public