[gtk/docs-gtk-org] ci: Publish the API reference



commit 4d539da2b0767bfcc9febdb936aca687ae64d4ef
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Jul 31 17:11:56 2021 +0100

    ci: Publish the API reference

 .gitlab-ci.yml | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1305abe0f..d9e44ed5d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,10 +2,6 @@ stages:
   - docs
   - deploy
 
-.cache-paths: &cache-paths
-  paths:
-    - docs
-
 # Common variables
 variables:
   FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v32"
@@ -25,13 +21,13 @@ reference:
     paths:
       - docs
 
-#pages:
-#  stage: deploy
-#  needs: ['reference']
-#  script:
-#    - mkdir public
-#    - mv docs/* public/
-#    - cp static/* public/
-#  artifacts:
-#    paths:
-#      - public
+pages:
+  stage: deploy
+  needs: ['reference']
+  script:
+    - mkdir public
+    - mv docs/* public/
+    - cp static/* public/
+  artifacts:
+    paths:
+      - public


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