fix action

This commit is contained in:
Nicola Demo
2024-10-01 16:11:09 +02:00
parent f812d87727
commit 04c7575b26

View File

@@ -9,10 +9,10 @@ jobs:
docs: docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Create the new documentation - name: Create the new documentation
uses: ammaraskar/sphinx-action@master uses: ammaraskar/sphinx-action@7.4.7
with: with:
pre-build-command: "python3 -m pip install .[docs]" pre-build-command: "python3 -m pip install .[docs]"
docs-folder: "docs/" docs-folder: "docs/"