Skip to content

Commit

Permalink
fix: update ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Feb 3, 2025
1 parent c5f9647 commit cef1d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Install dependencies
- name: Set up Python 3.10
Expand All @@ -42,10 +42,10 @@ jobs:
python -m sphinx docs docs_build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'docs_build/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit cef1d4c

Please sign in to comment.