Skip to content
Snippets Groups Projects
Commit 94ae6ddf authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Copy examples to doc html dir

parent 88413f55
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,9 @@ pages:
stage: doc
script:
- pip install -U sphinx
- cd docs && make clean && make html
- mv _build/html ../public/
- cd docs && make clean && make html && cd ..
- mv docs/_build/html public/
- cp -R examples 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