There was an error while loading. Please reload this page.
1 parent bd5d75f commit 1da37bbCopy full SHA for 1da37bb
1 file changed
.github/workflows/docs.yml
@@ -20,7 +20,8 @@ jobs:
20
- uses: actions/setup-python@v6
21
with:
22
python-version: 3.x
23
- - run: pip install zensical
+ - uses: astral-sh/setup-uv@v5
24
+ - run: uv sync
25
- run: zensical build --clean
26
- uses: actions/upload-pages-artifact@v5
27
0 commit comments