Skip to content

Commit 788823e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
python-version: "3.11"
2222
- name: Install Dependencies
23-
run: pip install .
23+
run: poetry install --no-root
2424
- name: Deploy docs
25-
run: mkdocs gh-deploy --force --verbose
25+
run: poetry run mkdocs gh-deploy --force --verbose

0 commit comments

Comments
 (0)