Skip to content
Snippets Groups Projects
Commit a0c199fb authored by Laura Marcela Becerra's avatar Laura Marcela Becerra
Browse files

add example

parent 82e0729c
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ before_script:
pages:
stage: deploy
script:
- jupyter-book build .
- mv _build/html public
- jupyter-book build ./Book/
- mv ./Book/_build/html public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment