Skip to content

Commit d14effe

Browse files
committed
Replace Material for MkDocs with Zensical
1 parent 35d6c3a commit d14effe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100
- name: Install Dependencies
101101
run: pip install -r requirements.txt
102102
- name: Build User Guide
103-
run: mkdocs build --strict
103+
run: zensical build --strict
104104
- name: Upload User Guide Artifact
105105
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
106106
with:
107-
path: target/mkdocs
107+
path: target/docs
108108

109109
deploy-user-guide:
110110

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ site_url: https://stefano.codes/jimfs-junit-jupiter
44
site_author: Stefano Cordio
55
site_description: JUnit Jupiter `@TempDir` extension based on the in-memory file system Jimfs
66

7-
site_dir: target/mkdocs
7+
site_dir: target/docs
88

99
# Repository
1010
repo_url: https://github.com/scordio/jimfs-junit-jupiter
@@ -15,6 +15,7 @@ copyright: Copyright © 2024-2025 Stefano Cordio
1515
# Configuration
1616
theme:
1717
name: material
18+
variant: classic
1819
features:
1920
- content.code.copy
2021
icon:

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
mkdocs==1.6.1
2-
mkdocs-material[imaging]==9.6.23
1+
zensical==0.0.5

0 commit comments

Comments
 (0)