File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,13 @@ jobs:
18
18
- name : " Checkout"
19
19
uses : actions/checkout@v2
20
20
21
- - name : " Set up Python 3.7"
22
- uses : actions/setup-python@v1
23
- with :
24
- python-version : ' 3.7' # Semantic version range syntax or exact version of a Python version
25
-
26
- - name : " Display Python version"
27
- run : python -c "import sys; print(sys.version)"
28
-
29
- - name : " Install Sphinx dependencies"
30
- run : sudo apt-get install python-dev build-essential
31
-
32
- - name : " Install Sphinx"
33
- run : pip install --user sphinx
34
-
35
- - name : " Install custom requirements via pip"
36
- run : pip install -r _build/.requirements.txt
21
+ - name : " Build Docker image"
22
+ uses : ./.docker/build
37
23
38
24
- name : " Build documentation"
39
- run : make -C _build SPHINXOPTS=-nW html
25
+ uses : ./.docker/build
26
+ with :
27
+ args : make -C _build SPHINXOPTS=-nW html
40
28
41
29
doctor-rst :
42
30
name : DOCtor-RST
You can’t perform that action at this time.
0 commit comments