Skip to content
Snippets Groups Projects
Commit de0ee400 authored by Etienne Kornobis's avatar Etienne Kornobis
Browse files

update ci

parent 68154894
No related branches found
No related tags found
No related merge requests found
Pipeline #131066 passed with stages
in 1 minute and 59 seconds
image: python:3.9-slim-buster image: python:3.9-slim-buster
stages: stages:
- build - build
- deploy - deploy
before_script: before_script:
- pip install jupyter nbconvert - pip install jupyter nbconvert
build_notebooks: build_notebooks:
stage: build stage: build
script: script:
- mkdir -p public - mkdir -p public
- jupyter nbconvert --to html notebooks/*.ipynb --output-dir=public - jupyter nbconvert --to html notebooks/*.ipynb --output-dir=public
artifacts:
paths:
- public
pages: pages:
stage: deploy stage: deploy
artifacts: script:
paths: - echo "Deploying Pages"
- public artifacts:
only: paths:
- master - public
only:
- master
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