[gupnp-dlna] ci: Fix creating the directory structure



commit 573cb1d0261ff8f3bb6243c556859e86e176b93f
Author: Jens Georg <mail jensge org>
Date:   Thu May 27 13:42:20 2021 +0200

    ci: Fix creating the directory structure

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee3dcef..12d7100 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -180,7 +180,7 @@ pages:
   script:
       - meson doc-build -Dgtk_doc=true
       - ninja -C doc-build gupnp-dlna-doc
-      - mkdir -p public
+      - mkdir -p public/docs
       - cp doc/index.html public/docs
       - mv doc-build/doc/gupnp-dlna/html public/docs/gupnp-dlna
       - mv doc-build/doc/gupnp-dlna-gst/html public/docs/gupnp-dlna-gst


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