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

update pages ci

parent 86406747
No related branches found
No related tags found
No related merge requests found
Pipeline #131063 failed
......@@ -4,23 +4,17 @@ stages:
- build
- deploy
variables:
PAGES: $CI_PROJECT_DIR/public
before_script:
- pip install jupyter nbconvert
build_notebooks:
stage: build
script:
- mkdir -p $PAGES
- jupyter nbconvert --to html notebooks/*.ipynb --output-dir=$PAGES
- mkdir -p public
- jupyter nbconvert --to html notebooks/*.ipynb --output-dir=public
pages:
stage: deploy
script:
- mkdir -p public
- cp -r $PAGES/* public
artifacts:
paths:
- public
......
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