Skip to content

Commit

Permalink
Update deploy_site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder authored Mar 3, 2025
1 parent bb487b9 commit 57130a0
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 57130a0

Please sign in to comment.