File tree Expand file tree Collapse file tree 1 file changed +13
-23
lines changed Expand file tree Collapse file tree 1 file changed +13
-23
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ python:
5
5
- " 3.5"
6
6
- " 3.6"
7
7
8
- stages :
9
- - test
10
- - build
11
- - deploy
8
+ # stages:
9
+ # - test
10
+ # - build
11
+ # - deploy
12
12
13
13
env :
14
14
- PYTHONPATH=$PYTHONPATH:./src
@@ -21,26 +21,16 @@ script:
21
21
22
22
jobs :
23
23
include :
24
- - stage : build
24
+ - stage : deploy documentation
25
25
python : 3.6
26
26
install : pip install sphinx
27
27
script : sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
28
-
29
-
30
- deploy :
31
- provider : pages
32
- skip_cleanup : true
33
- github_token : $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
34
- keep_history : true
35
- local_dir : ./doc/_build/html
36
- on :
37
- branch : master
38
- before_deploy :
39
- python : 3.6
40
- install : pip install sphinx
41
- script : sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
42
- script : ls -la ./doc
43
- script : ls -la ./doc/_build
44
- script : ls -la ./doc/_build/html
45
-
28
+ deploy :
29
+ provider : pages
30
+ skip_cleanup : true
31
+ github_token : $GITHUB_TOKEN
32
+ keep_history : true
33
+ local_dir : ./doc/_build/html
34
+ on :
35
+ branch : master
46
36
You can’t perform that action at this time.
0 commit comments