Skip to content

Commit 26ac56f

Browse files
authored
Update deploy_site.yml
attempting to fix #729
1 parent 13c7937 commit 26ac56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949

5050
- name: Build Site
5151
run: |
52+
export PYTHONPATH=./src;$PYTHONPATH
5253
mkdocs build --verbose --clean --config-file mkdocs.yml
5354
5455
- name: Upload artifact

0 commit comments

Comments
 (0)