Skip to content
Snippets Groups Projects
Commit 4b5243c9 authored by Corné Lukken's avatar Corné Lukken
Browse files

No need for coverage archive in pages job

parent d7804f8d
Branches
Tags
1 merge request!8Convert cookiecutter
Checking pipeline status
...@@ -133,9 +133,6 @@ pages: ...@@ -133,9 +133,6 @@ pages:
- cd build - cd build
- cmake -DBUILD_DOCUMENTATION=ON -G Ninja .. - cmake -DBUILD_DOCUMENTATION=ON -G Ninja ..
- ninja sphinx - ninja sphinx
# Extract HTML coverage report.
- tar xfz coverage.tar.gz
# TODO: Add an index page with links to the documentation and coverage.
artifacts: artifacts:
expire_in: 1w expire_in: 1w
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment