File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,18 @@ jobs:
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
- - stage : deploy
29
- script : echo "deploying"
30
28
31
29
32
- # deploy:
33
- # provider: pages
34
- # skip_cleanup: true
35
- # github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
36
- # keep_history: true
37
- # on:
38
- # branch: master
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
+ on :
36
+ branch : master
37
+ before_deploy :
38
+ python : 3.6
39
+ install : pip install sphinx
40
+ script : sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
41
+
39
42
You can’t perform that action at this time.
0 commit comments