Skip to content

Commit c74f839

Browse files
committed
Update deploy_after_tag.yml
1 parent 65550a3 commit c74f839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_after_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Create the new documentation
8484
uses: ammaraskar/sphinx-action@master
8585
with:
86-
pre-build-command: "python -m pip -U install pip .[docs]"
86+
pre-build-command: "python -m pip install -U pip .[docs]"
8787
docs-folder: "docs/"
8888
- name: Gather tutorials
8989
run: |

0 commit comments

Comments
 (0)