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

Add pages

parent ba319ca2
Branches
Tags
No related merge requests found
......@@ -45,3 +45,15 @@ r:docker:
only:
- master
pages:
tags:
- pages, docker
script:
- mkdir public
- ./make_slides.sh
artifacts:
paths:
- public
only:
- pages
#!/bin/bash
set -x
notebooks="tp-gitlab-ci.ipynb"
jupyter-nbconvert $notebooks --to slides --reveal-prefix $revealprefix --output-dir=public
jupyter-nbconvert index.ipynb --to html --output-dir=public
cp *.ipynb 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