Skip to content

Commit 7bf95bc

Browse files
add in CI
1 parent 8f60e5c commit 7bf95bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
git remote set-url origin ${REMOTE}
6060
6161
- run: |
62-
mkdocs gh-deploy --force
63-
mkdocs --version
62+
poetry run mkdocs gh-deploy --force
63+
poetry run mkdocs --version

0 commit comments

Comments
 (0)