Skip to content
Snippets Groups Projects
Commit 1c499acb authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix pages CI

parent e77339a6
No related merge requests found
Pipeline #64589 failed with stages
in 5 minutes and 3 seconds
......@@ -325,12 +325,12 @@ pages:
stage: deploy
needs: ["build-documentation"]
script:
# - mv coverage_report html_doc
- mv docs/build/html public/dev-nbackend # folder has to be named "public" for gitlab to publish it
- mv docs/build/html public
- mv coverage_report public/coverage_report
artifacts:
paths:
- public
tags:
- docker
only:
- backend-rework@pycodegen/pystencils
- master@pycodegen/pystencils
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment