Skip to content

Commit 0683038

Browse files
authored
fix docs ci (#123)
1 parent 2bf22f6 commit 0683038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: poetry install --no-interaction
4242

4343
- name: Deploy docs
44-
run: mkdocs gh-deploy --force
44+
run: poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)