Commit a2c2b98 1 parent 80c76e8 commit a2c2b98 Copy full SHA for a2c2b98
File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy Sphinx documentation to Github pages
2
2
3
3
on :
4
- push :
5
- branches :
6
- - main
4
+ release :
5
+ types : [created]
7
6
8
7
env :
9
8
UV_SYSTEM_PYTHON : 1
@@ -21,22 +20,20 @@ jobs:
21
20
python-version : 3.13
22
21
23
22
- name : Install uv
24
- uses : astral-sh/setup-uv@v3
25
- with :
26
- version : " 0.5.1"
23
+ uses : astral-sh/setup-uv@v5
27
24
28
25
- name : Install dependencies
29
26
run : uv pip install -e '.[docs]'
30
27
31
28
- name : Build docs
32
29
run : sphinx-build docs ./docs/_build/html/
33
30
34
- - uses : actions/upload-artifact@v3
31
+ - uses : actions/upload-artifact@v4
35
32
with :
36
33
name : html-docs
37
34
path : docs/_build/html/
38
35
39
- - uses : peaceiris/actions-gh-pages@v3
36
+ - uses : peaceiris/actions-gh-pages@v4
40
37
with :
41
38
github_token : ${{ secrets.GITHUB_TOKEN }}
42
39
publish_dir : docs/_build/html
Original file line number Diff line number Diff line change 19
19
# -- Project information -----------------------------------------------------
20
20
21
21
project = "centraldogma-python"
22
- copyright = "2017-2024 , LINE Corporation"
22
+ copyright = "2017-2025 , LINE Corporation"
23
23
author = "Central Dogma Team"
24
24
25
25
You can’t perform that action at this time.
0 commit comments