Skip to content

Commit

Permalink
Merge pull request #203 from xyz2tex/202-update-workflow
Browse files Browse the repository at this point in the history
FIX: Doc not building
  • Loading branch information
ldevillez committed Jun 8, 2024
2 parents 5e835af + 7fc3480 commit 6aa59d1
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 6aa59d1

Please sign in to comment.