File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 poetry run sphinx-apidoc -f -o ./source ../scaleway
3333 poetry run sphinx-apidoc -f -o ./source ../scaleway-async
3434 - name : Generate documentation
35- run : poetry run sphinx-build --jobs auto -b html ./ ./_build
35+ run : poetry run sphinx-build -j auto -b html ./ ./_build
3636 - name : Deploy to GitHub Pages
3737 uses : peaceiris/actions-gh-pages@v4
3838 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Original file line number Diff line number Diff line change 33
44# You can set these variables from the command line, and also
55# from the environment for the first two.
6- SPHINXOPTS ?= --jobs auto
6+ SPHINXOPTS ?= -j auto
77SPHINXBUILD ?= sphinx-build
88SOURCEDIR = .
99BUILDDIR = _build
You can’t perform that action at this time.
0 commit comments