Skip to content

Commit

Permalink
Fix deployment workflow (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder authored Mar 3, 2025
2 parents 26ac56f + 57130a0 commit 85bcad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build Site
run: |
export PYTHONPATH=./src;$PYTHONPATH
export PYTHONPATH=src:$PYTHONPATH
mkdocs build --verbose --clean --config-file mkdocs.yml
- name: Upload artifact
Expand Down

0 comments on commit 85bcad6

Please sign in to comment.