File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Install dependencies
2323 run : uv sync
2424 - name : build site
25- run : mkdocs build --verbose -- clean --strict
25+ run : zensical build --clean
2626 - name : Deploy
2727 uses : peaceiris/actions-gh-pages@v2
2828 env :
Original file line number Diff line number Diff line change @@ -102,8 +102,7 @@ type = [
102102 { include-group = " test" },
103103]
104104docs = [
105- " mkdocs>=1.6" ,
106- " mkdocs-material>=9.5.31" ,
105+ " zensical>=0.0.11; python_version>='3.10'" ,
107106]
108107black22 = [ " black==22.1" ]
109108black23 = [ " black==23.12" ]
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ dependency_groups = type
122122description = generate documentation
123123extras =
124124commands =
125- mkdocs build --verbose --clean --strict -d {posargs:{env_tmp_dir}}
126- python -c ' print("Documentation generated at file://{posargs:{env_tmp_dir}} {/}index.html")'
125+ zensical build
126+ python -c ' print("Documentation generated at file://{tox_root}{/}site {/}index.html")'
127127dependency_groups = docs
128128
129129[testenv:dev]
You can’t perform that action at this time.
0 commit comments