Updated action for docs
This commit is contained in:
parent
d21d5f7965
commit
33081ee290
8
.github/workflows/doc-build.yaml
vendored
8
.github/workflows/doc-build.yaml
vendored
@ -12,8 +12,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install dependant theme
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install sphinx_rtd_theme
|
||||||
|
|
||||||
- uses: ammaraskar/sphinx-action@master
|
- uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
with:
|
||||||
docs-folder: "src_docs/"
|
docs-folder: "src_docs/"
|
||||||
build-command: "sphinx-build -b html ./source _build"
|
build-command: "sphinx-build -b html ./source ../docs"
|
||||||
|
|
||||||
|
# .nojekyll file must exist in docs
|
Loading…
Reference in New Issue
Block a user