Skip to content

Commit dbc664f

Browse files
committed
Replace Material for MkDocs with Zensical
1 parent d752149 commit dbc664f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ jobs:
145145
- name: Install Dependencies
146146
run: pip install -r requirements.txt
147147
- name: Build User Guide
148-
run: mkdocs build --strict
148+
run: zensical build --strict
149149
- name: Upload User Guide Artifact
150150
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
151151
with:
152-
path: target/mkdocs
152+
path: target/docs
153153

154154
deploy-user-guide:
155155

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/junit-converters
44
site_author: Stefano Cordio
55
site_description: Collection of argument converters for JUnit parameterized testing
66

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

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

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.20
1+
zensical==0.0.5

0 commit comments

Comments
 (0)