"scripts/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "af5105c7b1111e2031e2d44d1bede83d30bd32be"
Commit 0fd0b674 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[ci] legible output [skip ci]

parent b65a994f
...@@ -35,8 +35,8 @@ jobs: ...@@ -35,8 +35,8 @@ jobs:
fingerprints: fingerprints:
- "5b:7a:95:18:07:8c:aa:76:4c:60:35:88:ad:60:56:71" - "5b:7a:95:18:07:8c:aa:76:4c:60:35:88:ad:60:56:71"
- checkout - checkout
- run: sudo pip install -r docs/requirements.txt - run: sudo pip install --progress-bar off -r docs/requirements.txt
- run: sudo pip install -r requirements.txt - run: sudo pip install --progress-bar off -r requirements.txt
- 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