We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdocs gh-deploy
zensical build --clean
1 parent 7bbcfb0 commit 4e22796Copy full SHA for 4e22796
2 files changed
.github/workflows/publish-docs-preview.yaml
@@ -42,7 +42,7 @@ jobs:
42
run: uv sync --group docs
43
44
- name: Build and publish docs
45
- run: uv run mkdocs gh-deploy --strict
+ run: uv run zensical build --clean
46
47
- name: Build and publish docs preview
48
uses: rossjrw/pr-preview-action@v1
.github/workflows/publish-docs.yaml
@@ -38,9 +38,7 @@ jobs:
38
39
40
41
-
- - run: zensical build --clean
- uses: actions/upload-pages-artifact@v5
with:
0 commit comments