File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,21 @@ jobs:
4444 - uses : actions/setup-node@v4
4545 with :
4646 node-version : 22
47- - name : Install MyST Markdown
48- run : npm install -g mystmd
47+ # - name: Install MyST Markdown
48+ # run: npm install -g mystmd
49+ - name : Checkout MyST repo
50+ uses : actions/checkout@v4
51+ with :
52+ repository : parmentelat/mystmd
53+ ref : feat/prototype-hidden-in-html
54+ path : mystmd
55+ - name : Install MyST
56+ working-directory : ./mystmd
57+ run : npm install && npm run build
4958 - name : Install requirements.txt
5059 run : pip install -r requirements.txt
5160 - name : Build HTML Assets
52- run : (cd notebooks; myst build --execute --html)
61+ run : (cd notebooks; ../mystmd/node_modules/mystmd/dist/ myst.cjs build --execute --html)
5362 - name : Setup Pages
5463 uses : actions/configure-pages@v3
5564 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments