We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5af297 commit 8b29f5eCopy full SHA for 8b29f5e
.github/workflows/ci.yml
@@ -40,7 +40,13 @@ jobs:
40
# run: jupyter book build --html --execute
41
42
- name: Install MyST Markdown CLI
43
- run: npm install -g git+https://github.com/kp992/mystmd.git#ipynb_option
+ run: |
44
+ git clone https://github.com/kp992/mystmd.git
45
+ cd mystmd
46
+ git checkout ipynb_option
47
+ npm install
48
+ npm run build
49
+ npm install -g .
50
51
- name: Build HTML
52
working-directory: ./lectures
0 commit comments