Skip to content

Commit

Permalink
FIX: update version doc building workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevillez committed Jun 8, 2024
1 parent 5e835af commit 7fc3480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: poetry
Expand All @@ -55,4 +55,4 @@ jobs:
path: 'docs/_build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 7fc3480

Please sign in to comment.