Compare commits

...

2 commits

View file

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