chore(ci): use poetry to install docs
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -22,8 +22,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
id: install
|
id: install
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
pipx install poetry --python $(which python)
|
||||||
pip install mkdocs mkdocstrings mkdocs-material
|
poetry install --only docs
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user