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: ...@@ -325,12 +325,12 @@ pages:
stage: deploy stage: deploy
needs: ["build-documentation"] needs: ["build-documentation"]
script: script:
# - mv coverage_report html_doc - mv docs/build/html public
- mv docs/build/html public/dev-nbackend # folder has to be named "public" for gitlab to publish it - mv coverage_report public/coverage_report
artifacts: artifacts:
paths: paths:
- public - public
tags: tags:
- docker - docker
only: 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