Update sphinx-build.yml

This commit is contained in:
Nicola Demo
2022-03-21 15:56:54 +01:00
committed by GitHub
parent 4195848233
commit beb33f0da2

View File

@@ -14,7 +14,7 @@ jobs:
- name: Create the new documentation - name: Create the new documentation
uses: ammaraskar/sphinx-action@master uses: ammaraskar/sphinx-action@master
with: with:
pre-build-command: "python -m pip .[docs]" pre-build-command: "python3 -m pip install .[docs]"
docs-folder: "docs/" docs-folder: "docs/"
- name: Deploy - name: Deploy