Compare commits

...

2 commits

View file

@ -14,7 +14,7 @@ jobs:
run: ./.env/bin/pip install mystmd jupyter jupyterlab_myst ipykernel altair pandas
- name: Build static HTML
run: |
. ./env/bin/activate
. .env/bin/activate
myst build --execute --html
- name: Copy files
run: |