Skip to content

Commit 9b01f23

Browse files
committed
fix docs deploy
1 parent 8b09480 commit 9b01f23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
run: poetry install --no-interaction --no-ansi
4141
- name: Build Documentation
4242
run: |
43-
cd docs
44-
poetry -C .. run make html
43+
poetry run make -C docs html
4544
- name: Install AWS CLI
4645
run: |
4746
sudo apt update

0 commit comments

Comments
 (0)