File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ site_url: https://stefano.codes/jimfs-junit-jupiter
44site_author : Stefano Cordio
55site_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
1010repo_url : https://github.com/scordio/jimfs-junit-jupiter
@@ -15,6 +15,7 @@ copyright: Copyright © 2024-2025 Stefano Cordio
1515# Configuration
1616theme :
1717 name : material
18+ variant : classic
1819 features :
1920 - content.code.copy
2021 icon :
Original file line number Diff line number Diff line change 1- mkdocs == 1.6.1
2- mkdocs-material [imaging ]== 9.6.23
1+ zensical == 0.0.5
You can’t perform that action at this time.
0 commit comments