We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c45050 commit db4a503Copy full SHA for db4a503
1 file changed
.github/workflows/docs.yml
@@ -10,18 +10,19 @@ jobs:
10
name: Deploy document
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
14
- name: Set up Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
16
with:
17
- python-version: '3.10'
+ python-version: '3.13'
18
- name: Build documentation
19
run: |
20
pip3 install -U .[docs]
21
pdoc --html --config show_source_code=False --force voicevox
22
23
- name: Upload artifact
24
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
25
+ id: deployment
26
27
path: ./html/voicevox
28
deploy:
@@ -36,4 +37,4 @@ jobs:
36
37
38
- name: Deploy to GitHub Pages
39
id: deployment
- uses: actions/deploy-pages@v1
40
+ uses: actions/deploy-pages@v4
0 commit comments