[libhandy] ci: Drop the pages task



commit 22055849cacac03738dbfee2f5860b8676c65abc
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Nov 16 10:23:03 2020 +0100

    ci: Drop the pages task
    
    The pages will be built by a dedicated branch instead.

 .gitlab-ci.yml | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab349b16..4f85448c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,16 +140,3 @@ build-flatpak-glade:
     FLATPAK_MODULE: 'libhandy'
     APP_ID: 'sm.puri.Handy.Glade'
     BUNDLE: 'sm.puri.Handy.Glade.flatpak'
-
-pages:
-  stage: publish
-  dependencies:
-    - build-gtkdoc
-  before_script: []
-  script:
-    - mv _reference/ public/
-  artifacts:
-    paths:
-      - public
-  only:
-    - master


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]