File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,17 @@ jobs:
1515 url : ${{ steps.deployment.outputs.page_url }}
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/configure-pages@v5
19- - uses : actions/checkout@v5
18+ - uses : actions/configure-pages@v6
19+ - uses : actions/checkout@v6
2020 - run : cp CHANGELOG.md docs/zh/changelog.md && cp CHANGELOG.md docs/en/changelog.md
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.x
24- - run : pip install zensical mkdocstrings-python
25- - run : zensical build --clean
26- - uses : actions/upload-pages-artifact@v4
24+ - run : pip install zensical
25+ - run : zensical build --config-file zensical.toml --clean
26+ - run : zensical build --config-file zensical.zh.toml
27+ - uses : actions/upload-pages-artifact@v5
2728 with :
2829 path : site
29- - uses : actions/deploy-pages@v4
30+ - uses : actions/deploy-pages@v5
31+ id : deployment
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dev = [
2828 " mkdocstrings-python>=2.0.1" ,
2929 " pytest>=9.0.2" ,
3030 " ruff>=0.15.12" ,
31- " zensical== 0.0.13 " ,
31+ " zensical>= 0.0.39 " ,
3232]
3333
3434[build-system ]
You can’t perform that action at this time.
0 commit comments