File tree Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 1919 - uses : astral-sh/setup-uv@v5
2020 - uses : actions/checkout@v4
2121 - run : sudo apt-get install -y gettext
22+ - run : pip install -r requirements.txt
2223 - run : uv run generate.py # generates index.html and index.json
2324 - run : mkdir -p build && cp index.* style.css build
2425 - name : Deploy 🚀
Original file line number Diff line number Diff line change 1- # /// script
2- # requires-python = ">=3.11"
3- # dependencies = [
4- # "gitpython",
5- # "potodo",
6- # "jinja2",
7- # "docutils",
8- # ]
9- # ///
101import json
112import concurrent .futures
123import itertools
Original file line number Diff line number Diff line change 1- # /// script
2- # requires-python = ">=3.11"
3- # dependencies = [
4- # "gitpython",
5- # "potodo",
6- # "jinja2",
7- # "sphinx",
8- # "python-docs-theme",
9- # "dacite",
10- # "sphinx-lint",
11- # ]
12- # ///
131import concurrent .futures
142import itertools
153import logging
Original file line number Diff line number Diff line change 1+ gitpython
2+ potodo
3+ jinja2
4+ docutils
5+ sphinx
6+ python-docs-theme
7+ dacite
8+ sphinx-lint
You can’t perform that action at this time.
0 commit comments