We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7696fd9 commit c52070eCopy full SHA for c52070e
.github/workflows/mkdocs.yml
@@ -38,4 +38,4 @@ jobs:
38
mkdocs-click \
39
pymdown-extensions
40
- run: export PYTHONPATH=src:$PYTHONPATH
41
- - run: mkdocs gh-deploy --force
+ - run: PYTHONPATH=src:$PYTHONPATH mkdocs gh-deploy --force
0 commit comments