Skip to content

Commit cfc251a

Browse files
committed
ci: correct command for mkdocs deployment in workflow
1 parent 84d8cfa commit cfc251a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
cd docs
2626
cp ../README.md index.md
2727
cd ..
28-
uv mkdocs gh-deploy --clean --force
28+
uv run mkdocs gh-deploy --clean --force
2929
if: success()

0 commit comments

Comments
 (0)