[jsonrpc-glib/bilelmoussaoui/ci-docs] ci: Only copy the content of the generated docs




commit 318666c8eaa88f53aaebc53977cf40c56cb69a39
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat Feb 5 18:47:06 2022 +0000

    ci: Only copy the content of the generated docs
    
    Sadly, the changes in 3e49ec8a0f1448ad260ac63142cb18576f523fa2 were not enough

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54fd72b..8433653 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ reference:
     - meson --prefix=${PWD}/pfx -Denable_gtk_doc=true _build
     - ninja -C _build install
     - mkdir -p _reference/
-    - mv pfx/share/doc/jsonrpc-glib/ _reference/
+    - mv pfx/share/doc/jsonrpc-glib/* _reference/
   artifacts:
     paths:
       - _reference


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