Skip to content

Commit 85bcad6

Browse files
authored
Fix deployment workflow (#732)
2 parents 26ac56f + 57130a0 commit 85bcad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_site.yml

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

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

0 commit comments

Comments
 (0)