We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8016eca commit 4099ef9Copy full SHA for 4099ef9
1 file changed
.github/workflows/python-deploy-docs.yml
@@ -70,9 +70,11 @@ jobs:
70
71
#----------------------------------------------
72
# build documentation
73
+ # - we must also ensure that the project itself is installed
74
75
- name: build documentation
76
run: |
77
+ poetry install --only-root
78
poetry run mkdocs build
79
80
@@ -89,4 +91,4 @@ jobs:
89
91
90
92
- name: Deploy Docs to GitHub Pages
93
id: deployment
- uses: actions/deploy-pages@v4
94
+ uses: actions/deploy-pages@v4
0 commit comments