Commit 22d2fded authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[docs] Fix doc auto-deploy


Co-Authored-By: default avatarLysandre Debut <lysandre.debut@reseau.eseo.fr>
parent fc9faa8a
...@@ -81,7 +81,6 @@ jobs: ...@@ -81,7 +81,6 @@ jobs:
- checkout - checkout
- run: sudo pip install --progress-bar off -r docs/requirements.txt - run: sudo pip install --progress-bar off -r docs/requirements.txt
- run: sudo pip install --progress-bar off -r 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 - run: cd docs && make clean && make html && scp -r -oStrictHostKeyChecking=no _build/html/* $doc:$dir
workflow_filters: &workflow_filters workflow_filters: &workflow_filters
filters: filters:
......
Markdown is supported
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