fix documentation command
This commit is contained in:
@@ -95,9 +95,7 @@ jobs:
|
||||
run: uv sync --all-groups
|
||||
|
||||
- name: Build documentation
|
||||
run: |
|
||||
uv zensical
|
||||
uv run zensical build --clean
|
||||
run: uv run zensical build --clean
|
||||
|
||||
- name: Build Linux release with Nuitka
|
||||
run: |
|
||||
@@ -180,7 +178,6 @@ jobs:
|
||||
- name: Build documentation
|
||||
shell: powershell
|
||||
run: |
|
||||
& $env:UV_PATH run pip install zensical
|
||||
& $env:UV_PATH run zensical build --clean
|
||||
|
||||
- name: Build Windows release with Nuitka
|
||||
|
||||
Reference in New Issue
Block a user