We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65550a3 commit c74f839Copy full SHA for c74f839
.github/workflows/deploy_after_tag.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Create the new documentation
84
uses: ammaraskar/sphinx-action@master
85
with:
86
- pre-build-command: "python -m pip -U install pip .[docs]"
+ pre-build-command: "python -m pip install -U pip .[docs]"
87
docs-folder: "docs/"
88
- name: Gather tutorials
89
run: |
0 commit comments