Skip to content

Commit 4e22796

Browse files
committed
Replace mkdocs gh-deploy with zensical build --clean in docs workflows
1 parent 7bbcfb0 commit 4e22796

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish-docs-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: uv sync --group docs
4343

4444
- name: Build and publish docs
45-
run: uv run mkdocs gh-deploy --strict
45+
run: uv run zensical build --clean
4646

4747
- name: Build and publish docs preview
4848
uses: rossjrw/pr-preview-action@v1

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
run: uv sync --group docs
3939

4040
- name: Build and publish docs
41-
run: uv run mkdocs gh-deploy --strict
42-
43-
- run: zensical build --clean
41+
run: uv run zensical build --clean
4442

4543
- uses: actions/upload-pages-artifact@v5
4644
with:

0 commit comments

Comments
 (0)