We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cb540 commit 83cfeceCopy full SHA for 83cfece
1 file changed
.github/workflows/myst-to-pages.yml
@@ -50,7 +50,7 @@ jobs:
50
run: "if [ -f requirements.txt ]; then pip install -r requirements.txt; fi"
51
- name: Build HTML Assets
52
# run: (cd notebooks; myst build --execute --html)
53
- run: myst build --execute --html
+ run: export PYTHONPATH=$(pwd)/modules; myst build --execute --html
54
- name: Setup Pages
55
uses: actions/configure-pages@v3
56
- name: Upload artifact
0 commit comments