Ammendment to the last commit
This commit is contained in:
parent
02365e4bee
commit
4e0e747d47
|
@ -44,7 +44,7 @@ jobs:
|
||||||
pre-build-command: |
|
pre-build-command: |
|
||||||
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
|
apt-get --allow-releaseinfo-change 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 .[docs]
|
python -m pip install -e .[composable,docs]
|
||||||
docs-folder: "docs/"
|
docs-folder: "docs/"
|
||||||
- name: Publish documentation
|
- name: Publish documentation
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue