File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - name : Install Project Manager
14- run : ./shell/uv.sh
15- - name : Install mkdocs & plugins
16- run : ./shell/install_doc.sh
1713 - uses : actions/checkout@v4
1814 - name : Configure Git Credentials
1915 run : |
2925 path : .cache
3026 restore-keys : |
3127 mkdocs-material-
32- - run : uv run mkdocs gh-deploy --force
28+ - run : pip install mkdocs-material mkdocstrings[python] mkdocs-glightbox
29+ - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 11site_name : Synalinks
2- site_url : https://synalinks.github.io/Synalinks
2+ site_url : https://synalinks.github.io/synalinks
33theme :
44 name : material
55 logo : assets/synalinks_logo.png
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments