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 5fccb8c commit 65550a3Copy full SHA for 65550a3
.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 -U pip install pip .[docs]"
+ pre-build-command: "python -m pip -U install pip .[docs]"
87
docs-folder: "docs/"
88
- name: Gather tutorials
89
run: |
0 commit comments