Skip to content

Commit 5178b92

Browse files
committed
docs(cicd): fix deploy step
1 parent 6c9b6ba commit 5178b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
enable-cache: true
3131

3232
- name: Deploy docs
33-
run: uv run mkdocs gh-deploy --force
33+
run: uv run --extra docs mkdocs gh-deploy --force

0 commit comments

Comments
 (0)