Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ pages: - cmake -Bbuild-docs -H. - cmake --build build-docs --target cppduals_docs - mkdir -p public - mv build-docs/docs public/ - mv build-docs/docs/* public/ - if [ -d coverage ]; then cp -r coverage public/coverage; fi artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ pages: - cmake -Bbuild-docs -H. - cmake --build build-docs --target cppduals_docs - mkdir -p public - mv build-docs/docs public/ - mv build-docs/docs/* public/ - if [ -d coverage ]; then cp -r coverage public/coverage; fi artifacts: paths: Loading