File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v6
23- - uses : actions/setup-python@v6
24- with :
25- python-version : " 3.11"
2623 - run : sudo apt-get update && sudo apt-get install -y gettext
27- - run : python -m pip install -e '.[docs]'
28- - run : python -m mkdocs build --strict
24+ - uses : astral-sh/setup-uv@v7
25+ - run : uv run mkdocs build --strict
2926 SQLite :
3027 needs : [dist, docs]
3128 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88 python : " 3"
99 apt_packages :
1010 - gettext
11- python :
12- install :
13- - method : pip
14- path : .
15- extra_requirements :
16- - docs
11+ jobs :
12+ install :
13+ - curl -LsSf https://astral.sh/uv/install.sh | sh
14+ build :
15+ html :
16+ - uv run mkdocs build
1717mkdocs :
1818 configuration : mkdocs.yml
You can’t perform that action at this time.
0 commit comments