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 4
4
release :
5
5
types :
6
6
- created
7
+ push :
8
+ branches :
9
+ - main
7
10
8
11
jobs :
9
- job :
10
- name : GitHub Pages
12
+ build-docs :
11
13
runs-on : ubuntu-latest
14
+
15
+ permissions :
16
+ contents : write
17
+ pages : write
18
+ id-token : write
19
+
12
20
steps :
13
21
- uses : actions/checkout@v4
14
- - uses : actions/setup-python@v5
22
+
23
+ -
uses :
prefix-dev/[email protected]
15
24
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
21
34
- name : Deploy docs
22
35
uses : peaceiris/actions-gh-pages@v3
23
36
with :
You can’t perform that action at this time.
0 commit comments