File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -32,28 +32,12 @@ jobs:
3232 if : steps.cache-execution.outputs.cache-hit != 'true'
3333 run : python -m pip install -r myst_requirements.txt
3434
35- # - name: Install jupyter book 2.0
36- # run: pip install "jupyter-book>=2.0.0a0"
37-
38- # - name: Build HTML
39- # working-directory: ./lectures
40- # run: jupyter book build --html --execute
41-
42- - name : Install MyST Markdown CLI
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 .
50- sudo npm run link
35+ - name : Install jupyter book 2.0
36+ run : pip install "jupyter-book>=2.0.0a0"
5137
5238 - name : Build HTML
5339 working-directory : ./lectures
54- run : |
55- myst build --ipynb --execute
56- myst build --html
40+ run : jupyter book build --html --execute
5741
5842 - name : Upload build output
5943 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments