We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5659f8 commit ffd3b20Copy full SHA for ffd3b20
.github/workflows/myst-to-pages.yml
@@ -60,10 +60,13 @@ jobs:
60
run: |
61
source venv/bin/activate
62
npm install mystmd
63
+ - name: Set PYTHONPATH
64
+ # This executes in the shell, expands $(pwd),
65
+ # and saves it for all following steps.
66
+ run: |
67
+ echo "PYTHONPATH=$(pwd)/modules" >> $GITHUB_ENV
68
- name: Build HTML Assets
69
# working-directory: notebooks/
- env:
- PYTHONPATH: $(pwd)/modules
70
71
72
npx myst build --execute --html
0 commit comments