Skip to content

Commit

Permalink
CI: update actions versions in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Apr 17, 2024
1 parent 24927ec commit b1a5a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ref: ${{ github.event.push.tag || github.event.inputs.tag }}
- run: python -m pip install .[docs]
- run: python -m sphinx -W docs/ build/docs/
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: build/docs/

Expand All @@ -48,4 +48,4 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.push.tag || github.event.inputs.tag }}
steps:
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4

0 comments on commit b1a5a5a

Please sign in to comment.