diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-11-22 08:09:55 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-11-22 08:09:55 +0000 |
| commit | 5f9b27de85ef262758f310e676ae1492e79abce4 (patch) | |
| tree | 7098b9685c30b48a1d5ecf8b4cb2192aad80b50d /.gitlab-ci.yml | |
| parent | Update .gitlab-ci.yml (diff) | |
| download | inkscape-5f9b27de85ef262758f310e676ae1492e79abce4.tar.gz inkscape-5f9b27de85ef262758f310e676ae1492e79abce4.zip | |
Update .gitlab-ci.yml
Diffstat (limited to '')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5620771ed..b34d9fd22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,8 +114,8 @@ pages: - mkdir -p public/ - echo '<html><head><meta http-equiv="refresh" content="0; url=scan-build/index.html"></head><body></body></html>' > public/index.html - if test -e scan; then cp -rv scan/* public/scan-build; fi - - if test -e doxygen; then cp -rv doc/doxygen/html public/doxygen; fi - - if test -e doxygen-extensions; then cp -rv doc/doxygen/html public/doxygen-extensions; fi + - if test -e doc/doxygen; then cp -rv doc/doxygen/html public/doxygen; fi + - if test -e doc/doxygen-extensions; then cp -rv doc/doxygen/html public/doxygen-extensions; fi artifacts: paths: - public |
