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

Adding stub CI pages

parent d0ce8ddc
No related branches found
No related tags found
No related merge requests found
Pipeline #131061 failed with stage
in 11 seconds
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
pages:
stage: deploy
script:
- mkdir -p public
- cp -r $PAGES/* public
artifacts:
paths:
- public
only:
- main
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