Skip to content

Commit 29bf8ff

Browse files
authored
Merge pull request #51 from akhundMurad/feat/core/37
fix docs pipelines, add necessary dependencies
2 parents 4aaf1fa + 0e6f248 commit 29bf8ff

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616

1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.12"
19+
python-version: "3.11"
20+
21+
- name: Install uv
22+
uses: astral-sh/setup-uv@v3
2023

21-
- name: Install
24+
- name: Sync dependencies (locked)
2225
run: |
23-
python -m pip install --upgrade pip
24-
pip install mkdocs-material mkdocstrings[python] mkdocs-git-revision-date-localized-plugin
25-
pip install -e .
26+
uv sync --locked --all-groups
2627
2728
- name: Deploy
2829
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)