Skip to content

Commit d809a03

Browse files
committed
fix: simplify dependency installation in deploy-docs.yml
1 parent eb8d86c commit d809a03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
2323
- name: Install dependencies
2424
run: |
25-
uv pip install --system .
26-
uv pip install --system ".[docs]"
25+
uv sync
2726
2827
- name: Build documentation
2928
run: uv run task docs-build

0 commit comments

Comments
 (0)