File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ site_url: https://stefano.codes/junit-converters
44site_author : Stefano Cordio
55site_description : Collection of argument converters for JUnit parameterized testing
66
7- site_dir : target/mkdocs
7+ site_dir : target/docs
88
99# Repository
1010repo_url : https://github.com/scordio/junit-converters
@@ -15,6 +15,7 @@ copyright: Copyright © 2025 Stefano Cordio
1515# Configuration
1616theme :
1717 name : material
18+ variant : classic
1819 features :
1920 - content.code.copy
2021 - navigation.sections
Original file line number Diff line number Diff line change 1- mkdocs == 1.6.1
2- mkdocs-material [imaging ]== 9.6.20
1+ zensical == 0.0.5
You can’t perform that action at this time.
0 commit comments