Skip to content

Commit

Permalink
Update pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
javh committed Feb 18, 2025
1 parent a5cd90f commit 85efa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sphinx-build -b html docs _build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./_build
# Deployment job
Expand All @@ -48,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 85efa9a

Please sign in to comment.