summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-05-27 13:42:20 +0200
committerJens Georg <mail@jensge.org>2021-05-27 13:42:20 +0200
commit573cb1d0261ff8f3bb6243c556859e86e176b93f (patch)
tree9dacbac39b7e1bb440dd231496bf92c30b074025
parenta69d0321e12ed25ae6f699e7f257ff2c27fb9f98 (diff)
downloadgupnp-dlna-573cb1d0261ff8f3bb6243c556859e86e176b93f.tar.gz
ci: Fix creating the directory structure
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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