Skip to content

Commit 4099ef9

Browse files
authored
Update python-deploy-docs.yml
- ensure the project itself is installed - closing #33
1 parent 8016eca commit 4099ef9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ jobs:
7070

7171
#----------------------------------------------
7272
# build documentation
73+
# - we must also ensure that the project itself is installed
7374
#----------------------------------------------
7475
- name: build documentation
7576
run: |
77+
poetry install --only-root
7678
poetry run mkdocs build
7779
7880
#----------------------------------------------
@@ -89,4 +91,4 @@ jobs:
8991
#----------------------------------------------
9092
- name: Deploy Docs to GitHub Pages
9193
id: deployment
92-
uses: actions/deploy-pages@v4
94+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)