Skip to content

Commit 1da37bb

Browse files
committed
Use uv for installing Zensical
1 parent bd5d75f commit 1da37bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.x
23-
- run: pip install zensical
23+
- uses: astral-sh/setup-uv@v5
24+
- run: uv sync
2425
- run: zensical build --clean
2526
- uses: actions/upload-pages-artifact@v5
2627
with:

0 commit comments

Comments
 (0)