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 99 - ' github-comments'
1010
1111jobs :
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-
3812 symfony-docs-builder-build :
3913 name : Build (symfony-tools/docs-builder)
4014
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