[CI] Symbolic link for documentation

This commit is contained in:
LysandreJik
2019-09-11 10:13:44 +02:00
parent 364920e216
commit 11ac4b9555

View File

@@ -37,6 +37,7 @@ jobs:
- checkout
- run: sudo pip install --progress-bar off -r docs/requirements.txt
- run: sudo pip install --progress-bar off -r requirements.txt
- run: cd docs/source && ln -s ../../examples/README.md examples.md && cd -
- run: cd docs && make clean && make html && scp -r -oStrictHostKeyChecking=no _build/html/* $doc:$dir
workflow_filters: &workflow_filters
filters: