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

Update index

parent 4e524148
No related merge requests found
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
### Journée X/Stra-Dev Intégration continue ### Journée X/Stra-Dev Intégration continue
21 novembre 2017 21 novembre 2017
--- ---
# L'intégration continue avec GitLab # L'intégration continue avec GitLab
![image.png](tanuki.png) ![image.png](tanuki.png)
## *Session pratique* ## *Session pratique*
- [Notebook](http://nbviewer.jupyter.org/urls/) - [Notebook](http://nbviewer.jupyter.org/urls/boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.ipynb)
- [Slideshow]() - [Slideshow](https://boileau.pages.math.unistra.fr/tp-gitlab-ci/tp-gitlab-ci.slides.html)
--- ---
Matthieu Boileau - <matthieu.boileau@math.unistra.fr> Matthieu Boileau - <matthieu.boileau@math.unistra.fr>
*Contenu sous licence [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)* *Contenu sous licence [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)*
%% Cell type:code id: tags:
``` bash
```
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
set -x set -x
notebooks="tp-gitlab-ci.ipynb" notebooks="tp-gitlab-ci.ipynb"
jupyter-nbconvert $notebooks --to slides --output-dir=public revealprefix="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0"
jupyter-nbconvert $notebooks --to slides --reveal-prefix $revealprefix --output-dir=public
jupyter-nbconvert index.ipynb --to html --output-dir=public jupyter-nbconvert index.ipynb --to html --output-dir=public
cp *.ipynb 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