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 #
image: python:3.9-slim-buster
stages:
- build
- deploy
- build
- deploy
before_script:
- pip install jupyter nbconvert
- pip install jupyter nbconvert
build_notebooks:
stage: build
script:
- mkdir -p public
- jupyter nbconvert --to html notebooks/*.ipynb --output-dir=public
stage: build
script:
- mkdir -p public
- jupyter nbconvert --to html notebooks/*.ipynb --output-dir=public
artifacts:
paths:
- public
pages:
stage: deploy
artifacts:
paths:
- public
only:
- master
stage: deploy
script:
- echo "Deploying Pages"
artifacts:
paths:
- public
only:
- master
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