Skip to content

Commit f6cd04a

Browse files
authored
Merge pull request #177 from OpenMOSS/dev
fix(ci): correct docs group
2 parents d3a3e2c + e1fe7b2 commit f6cd04a

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
@@ -19,6 +19,6 @@ jobs:
1919
- name: Set up Python
2020
run: uv python install 3.11
2121
- name: Install dependencies
22-
run: uv sync --extra docs
22+
run: uv sync --group docs
2323
- name: Deploy docs
2424
run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)