File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 44 release :
55 types :
66 - created
7+ push :
8+ branches :
9+ - main
710
811jobs :
9- job :
10- name : GitHub Pages
12+ build-docs :
1113 runs-on : ubuntu-latest
14+
15+ permissions :
16+ contents : write
17+ pages : write
18+ id-token : write
19+
1220 steps :
1321 - uses : actions/checkout@v4
14- - uses : actions/setup-python@v5
22+
23+ -
uses :
prefix-dev/[email protected] 1524 with :
16- python-version : " 3.13"
17- - name : Install project dependencies
18- run : pip install -e ".[dev]"
19- - name : Build docs
20- run : python -m sphinx -b html docs docs/_build
25+ pixi-version : v0.49.0
26+ frozen : true
27+
28+ - name : Install doc env
29+ run : pixi install -a
30+
31+ - name : Build documentation.
32+ run : |
33+ pixi run -e dev doc_build
2134 - name : Deploy docs
2235 uses : peaceiris/actions-gh-pages@v3
2336 with :
You can’t perform that action at this time.
0 commit comments