Skip to content
Snippets Groups Projects
Commit a7711a16 authored by Jens Bröder's avatar Jens Bröder
Browse files

Try to fix CI

parent ae02d33d
No related branches found
No related tags found
No related merge requests found
Pipeline #193202 failed
...@@ -7,7 +7,7 @@ pages: ...@@ -7,7 +7,7 @@ pages:
stage: deploy stage: deploy
image: busybox:latest image: busybox:latest
script: script:
- mv _build/html public - mv docs/_build/html public
artifacts: artifacts:
paths: paths:
- public - public
...@@ -24,6 +24,6 @@ build: ...@@ -24,6 +24,6 @@ build:
- jupyter-book build docs - jupyter-book build docs
artifacts: artifacts:
paths: paths:
- _build/ - docs/_build/
rules: rules:
- if: $CI_COMMIT_BRANCH != "main" - if: $CI_COMMIT_BRANCH != "main"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment