[jsonrpc-glib/bilelmoussaoui/gi-docgen] CI: Avoid extra /jsonrpc-glib in the docs URL



commit 3e49ec8a0f1448ad260ac63142cb18576f523fa2
Author: Bilal Elmoussaoui <belmouss redhat com>
Date:   Sat Feb 5 17:36:55 2022 +0100

    CI: Avoid extra /jsonrpc-glib in the docs URL
    
    So it ends up being https://gnome.pages.gitlab.gnome.org/jsonrpc-glib/
    instead of https://gnome.pages.gitlab.gnome.org/jsonrpc-glib/jsonrpc-glib

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df1eb70..54fd72b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ pages:
   stage: deploy
   needs: ['reference']
   script:
-    - mv _reference public/
+    - mv _reference public
   artifacts:
     paths:
       - public


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