Try without the composable module
This commit is contained in:
parent
fedf9b492b
commit
04e7805445
|
@ -42,9 +42,9 @@ jobs:
|
||||||
uses: ammaraskar/sphinx-action@master
|
uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
with:
|
||||||
pre-build-command: |
|
pre-build-command: |
|
||||||
apt-get update -y && apt-get install -y git
|
apt-get update -y && apt-get install -y git && git --version
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
python -m pip install -e .[composable,docs]
|
python -m pip install -e .[docs]
|
||||||
docs-folder: "docs/"
|
docs-folder: "docs/"
|
||||||
- name: Publish documentation
|
- name: Publish documentation
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue