Skip to content

Commit 1595c42

Browse files
committed
Fix install cmd in docs-building actions
1 parent e09c7e0 commit 1595c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/.github/workflows/deploy-docs.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pipx inject poetry poetry-dynamic-versioning
3939

4040
- name: Install dependencies
41-
run: poetry install docs
41+
run: poetry install
4242

4343
- name: Build documentation
4444
run: |

template/.github/workflows/test_pages_build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pipx inject poetry poetry-dynamic-versioning
3737

3838
- name: Install dependencies
39-
run: poetry install docs
39+
run: poetry install
4040

4141
- name: Build documentation
4242
run: |

0 commit comments

Comments
 (0)