Skip to content

Commit 197df3d

Browse files
committed
Conversion to uv of the gh action
1 parent 3be698d commit 197df3d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/configure-pages@v5
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-python@v5
20+
- uses: astral-sh/setup-uv@v5
2121
with:
22-
python-version: 3.x
23-
- run: pip install zensical
24-
- run: zensical build --clean --config-file zensical.yml
22+
enable-cache: true
23+
- run: uv run zensical build --clean --config-file zensical.yml
2524
- uses: actions/upload-pages-artifact@v4
2625
with:
2726
path: site

0 commit comments

Comments
 (0)