Skip to content

Commit 7b83c49

Browse files
committed
Run mkdocs deploy step with poetry
1 parent a119132 commit 7b83c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
mkdocs-material-
3434
- run: pip install poetry
3535
- run: poetry install --only docs
36-
- run: mkdocs gh-deploy --force
36+
- run: poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)