Skip to content

Commit 4f00732

Browse files
committed
Update sphinx-build-deploy.yaml
1 parent 2bc15c9 commit 4f00732

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sphinx-build-deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
deploy-book:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
# Install dependencies
17-
- name: Set up Python 3.9
18-
uses: actions/setup-python@v1
17+
- name: Set up Python "3.10"
18+
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.9
20+
python-version: 3.10
2121

2222
- name: Install dependencies
2323
run: |
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
make html
2828
- name: GitHub Pages action
29-
uses: peaceiris/actions-gh-pages@v3.6.1
29+
uses: peaceiris/actions-gh-pages@v4
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./build/html

0 commit comments

Comments
 (0)