Skip to content

Commit 8b29f5e

Browse files
committed
try other way of installing
1 parent f5af297 commit 8b29f5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ jobs:
4040
# run: jupyter book build --html --execute
4141

4242
- name: Install MyST Markdown CLI
43-
run: npm install -g git+https://github.com/kp992/mystmd.git#ipynb_option
43+
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 .
4450
4551
- name: Build HTML
4652
working-directory: ./lectures

0 commit comments

Comments
 (0)