aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-03 12:26:28 -0400
committerDavid Robillard <d@drobilla.net>2023-05-03 12:26:28 -0400
commit3e6504247e5eb05fb9e326f8550daa5e2a18737a (patch)
treeab73637f4ff446c9b493435ab8722e0501e9d9d0
parent83c02756c8f48fc54c6e2cf96edb9245d891396a (diff)
downloadpugl-3e6504247e5eb05fb9e326f8550daa5e2a18737a.tar.gz
pugl-3e6504247e5eb05fb9e326f8550daa5e2a18737a.tar.bz2
pugl-3e6504247e5eb05fb9e326f8550daa5e2a18737a.zip
Fix documentation upload on CI
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d61cd0..dfda57c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,10 +122,8 @@ pages:
- mkdir public/c
- mkdir public/cpp
- mv build/doc/c/singlehtml/ public/c/singlehtml/
- - mv build/doc/cpp/singlehtml/ public/cpp/singlehtml/
- mv build/doc/c/html/ public/c/html/
- - mv build/doc/cpp/html/ public/cpp/html/
- dependencies:
+ needs:
- dev
artifacts:
paths: