Skip to content
Snippets Groups Projects
Commit 9080761f authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Merge branch 'pages' into 'master'

Do note execute for online slides

See merge request m.boileau/tp-gitlab-ci!3
parents 24b20f21 fc220d53
Branches
Tags
No related merge requests found
......@@ -3,8 +3,6 @@ pages:
- pages, docker
image: boileaum/debian-jupyter
script:
- pip3 --no-cache-dir install bash_kernel
- python -m bash_kernel.install
- mkdir public
- ./make_slides.sh
artifacts:
......
......@@ -5,7 +5,7 @@ set -x
notebooks="tp-gitlab-ci.ipynb"
revealprefix="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0"
jupyter-nbconvert $notebooks --to slides --reveal-prefix $revealprefix --output-dir=public --execute --allow-errors
jupyter-nbconvert $notebooks --to slides --reveal-prefix $revealprefix --output-dir=public
jupyter-nbconvert index.ipynb --to html --output-dir=public
cp *.ipynb public/
cp *.png 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