fix action
This commit is contained in:
4
.github/workflows/sphinx-build.yml
vendored
4
.github/workflows/sphinx-build.yml
vendored
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user