@@ -21,35 +21,35 @@ jobs:
2121 env :
2222 UV_SYSTEM_PYTHON : " 1"
2323 steps :
24- - uses : actions/checkout@v6
25- with :
26- fetch-depth : 0
24+ - uses : actions/checkout@v6
25+ with :
26+ fetch-depth : 0
2727
28- - name : Install uv
29- uses : astral-sh/setup-uv@v5
30- with :
31- python-version : ' 3.10'
32- enable-cache : true
28+ - name : Install uv
29+ uses : astral-sh/setup-uv@v5
30+ with :
31+ python-version : ' 3.10'
32+ enable-cache : true
3333
34- - name : Install dependencies
35- run : uv pip install -e .[docs]
34+ - name : Install dependencies
35+ run : uv pip install -e .[docs]
3636
37- - name : Configure Git for GitHub Pages
38- run : |
39- git config user.name github-actions
40- git config user.email github-actions@github.com
37+ - name : Configure Git for GitHub Pages
38+ run : |
39+ git config user.name github-actions
40+ git config user.email github-actions@github.com
4141
42- - name : Build documentation
43- run : |
44- sphinx-build -b html docs docs/_build/html
42+ - name : Build documentation
43+ run : |
44+ sphinx-build -b html docs docs/_build/html
4545
46- - name : Setup Pages
47- uses : actions/configure-pages@v5
46+ - name : Setup Pages
47+ uses : actions/configure-pages@v5
4848
49- - name : Upload artifact
50- uses : actions/upload-pages-artifact@v4
51- with :
52- path : ./docs/_build/html
49+ - name : Upload artifact
50+ uses : actions/upload-pages-artifact@v4
51+ with :
52+ path : ./docs/_build/html
5353
5454 # ------------------------------------------------
5555 # Deploy Job: Deploys the built site
0 commit comments