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
Branches main
No related tags found
No related merge requests found
Pipeline #193202 failed
......@@ -7,7 +7,7 @@ pages:
stage: deploy
image: busybox:latest
script:
- mv _build/html public
- mv docs/_build/html public
artifacts:
paths:
- public
......@@ -24,6 +24,6 @@ build:
- jupyter-book build docs
artifacts:
paths:
- _build/
- docs/_build/
rules:
- 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