Skip to content

Commit 881dbfb

Browse files
committed
Update gh-pages deploy task to use poetry
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 788823e commit 881dbfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.11"
22+
- name: Install Poetry
23+
run: pip install poetry
2224
- name: Install Dependencies
2325
run: poetry install --no-root
2426
- name: Deploy docs

0 commit comments

Comments
 (0)