fix documentation command

This commit is contained in:
2025-12-01 14:31:39 +01:00
parent 05289ef244
commit b0e170e2ba

View File

@@ -95,9 +95,7 @@ jobs:
run: uv sync --all-groups run: uv sync --all-groups
- name: Build documentation - name: Build documentation
run: | run: uv run zensical build --clean
uv zensical
uv run zensical build --clean
- name: Build Linux release with Nuitka - name: Build Linux release with Nuitka
run: | run: |
@@ -180,7 +178,6 @@ jobs:
- name: Build documentation - name: Build documentation
shell: powershell shell: powershell
run: | run: |
& $env:UV_PATH run pip install zensical
& $env:UV_PATH run zensical build --clean & $env:UV_PATH run zensical build --clean
- name: Build Windows release with Nuitka - name: Build Windows release with Nuitka