File tree Expand file tree Collapse file tree 4 files changed +0
-86
lines changed Expand file tree Collapse file tree 4 files changed +0
-86
lines changed Original file line number Diff line number Diff line change 9
9
- ' github-comments'
10
10
11
11
jobs :
12
- sphinx-build :
13
- name : Build (Sphinx)
14
-
15
- runs-on : ubuntu-latest
16
-
17
- container : python:3.7-alpine
18
-
19
- steps :
20
- - name : " Checkout"
21
- uses : actions/checkout@v2
22
-
23
- - name : " Display Python version"
24
- run : python -c "import sys; print(sys.version)"
25
-
26
- - name : " Install Sphinx"
27
- run : pip install --user sphinx
28
-
29
- - name : " Install dependencies"
30
- run : apk add --no-cache git make
31
-
32
- - name : " Install custom requirements via pip"
33
- run : pip install -r _build/.requirements.txt
34
-
35
- - name : " Build documentation"
36
- run : make -C _build SPHINXOPTS="-nqW -j auto" html
37
-
38
12
symfony-docs-builder-build :
39
13
name : Build (symfony-tools/docs-builder)
40
14
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments