Skip to content

Commit b518b0a

Browse files
committed
Updated action "Sphinx build"
1 parent 8ad8a8b commit b518b0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sphinx.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Build HTML
11-
uses: ammaraskar/sphinx-action@0.4
11+
uses: ammaraskar/sphinx-action@master
1212
- name: Upload artifacts
13-
uses: actions/upload-artifact@v1
13+
uses: actions/upload-artifact@v4
1414
with:
1515
name: html-docs
1616
path: docs/_build/html/
1717
- name: Deploy
18-
uses: peaceiris/actions-gh-pages@v3
18+
uses: peaceiris/actions-gh-pages@v4
1919
if: github.ref == 'refs/heads/main'
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)