github/workflows/publish-ide-docs: poetry install --only=doc

We don't need to install other dependencies to build the docs.
This commit is contained in:
David Lechner
2023-05-16 15:39:14 -05:00
parent 61d18ebe6f
commit 9e2bac457a
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
pip install poetry
poetry run python -m pip install --upgrade pip
poetry run python -m pip install --upgrade setuptools
poetry install
poetry install --only=doc
- uses: actions/setup-node@v3
with:
node-version: '14.x'