diff options
author | David Robillard <d@drobilla.net> | 2023-05-11 22:43:02 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-11 23:12:04 -0400 |
commit | 60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645 (patch) | |
tree | d10b1910875079f5724ff92b68d711a7e9a6804b /.gitlab-ci.yml | |
parent | 86894351ffb6cc7f9fd9a4d63ba0a6eecc64d29d (diff) | |
download | serd-60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645.tar.gz serd-60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645.tar.bz2 serd-60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645.zip |
Clean up documentation and remove junk files from install
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0625f81..d4f5cfa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,11 +147,11 @@ pages: stage: deploy script: - mkdir public - - mkdir public/c + - mkdir public/doc - mkdir public/man - mv build/meson-logs/coveragereport/ public/coverage - - mv build/doc/c/html/ public/c/html/ - - mv build/doc/c/singlehtml/ public/c/singlehtml/ + - mv build/doc/html/ public/doc/html/ + - mv build/doc/singlehtml/ public/doc/singlehtml/ - mv build/doc/serdi.html public/man/serdi.html - mv build/doc/mandoc.css public/man/mandoc.css needs: |