We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb487b9 commit 57130a0Copy full SHA for 57130a0
.github/workflows/deploy_site.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Build Site
51
run: |
52
- export PYTHONPATH=./src;$PYTHONPATH
+ export PYTHONPATH=src:$PYTHONPATH
53
mkdocs build --verbose --clean --config-file mkdocs.yml
54
55
- name: Upload artifact
0 commit comments