From: Ben Beltran Date: Tue, 10 Mar 2020 02:55:36 +0000 (-0500) Subject: Remove unused configs X-Git-Tag: 1.0.0^2^2 X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain/9931580d9185e9123b6d45a45f20dbf929bb25b7?hp=2a7cc52436ab4a7b6530881513679ac7ede997a8 Remove unused configs --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56fa677..04ec6ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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