Skip to content

Commit 4a831f2

Browse files
chore: update action
1 parent 097ab70 commit 4a831f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: poetry install --no-interaction --no-root
4949

5050
- name: Install project
51-
run: poetry install --no-interaction
51+
run: poetry install --no-interaction --no-root
5252

5353
- name: Build site
5454
run: poetry run mkdocs build

0 commit comments

Comments
 (0)