We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad8a8b commit b518b0aCopy full SHA for b518b0a
1 file changed
.github/workflows/sphinx.yml
@@ -6,16 +6,16 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
- name: Build HTML
11
- uses: ammaraskar/sphinx-action@0.4
+ uses: ammaraskar/sphinx-action@master
12
- name: Upload artifacts
13
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
14
with:
15
name: html-docs
16
path: docs/_build/html/
17
- name: Deploy
18
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
19
if: github.ref == 'refs/heads/main'
20
21
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments