diff options
author | David Robillard <d@drobilla.net> | 2023-05-03 12:26:28 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-03 12:26:28 -0400 |
commit | 3e6504247e5eb05fb9e326f8550daa5e2a18737a (patch) | |
tree | ab73637f4ff446c9b493435ab8722e0501e9d9d0 | |
parent | 83c02756c8f48fc54c6e2cf96edb9245d891396a (diff) | |
download | pugl-3e6504247e5eb05fb9e326f8550daa5e2a18737a.tar.gz pugl-3e6504247e5eb05fb9e326f8550daa5e2a18737a.tar.bz2 pugl-3e6504247e5eb05fb9e326f8550daa5e2a18737a.zip |
Fix documentation upload on CI
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |