File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 with :
1414 auto-update-conda : true
1515 python-version : " 3.12"
16- environment-file : book /environment.yml
16+ environment-file : documentation /environment.yml
1717 auto-activate-base : false
1818 - name : Install Jupyterbook
1919 shell : bash -l {0}
2020 run : |
21- cp book /_config.yml .
22- cp book /_toc.yml .
23- cp book /*.md .
21+ cp documentation /_config.yml .
22+ cp documentation /_toc.yml .
23+ cp documentation /*.md .
2424 jupyter-book build . --path-output public
2525 - run : mv public/_build/html public_html
2626 - run : touch public_html/.nojekyll
Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ jobs:
115115 with :
116116 auto-update-conda : true
117117 python-version : " 3.12"
118- environment-file : book /environment.yml
118+ environment-file : documentation /environment.yml
119119 auto-activate-base : false
120120 - name : Install Jupyterbook
121121 shell : bash -l {0}
122122 run : |
123- cp book /_config.yml .
124- cp book /_toc.yml .
125- cp book /*.md .
123+ cp documentation /_config.yml .
124+ cp documentation /_toc.yml .
125+ cp documentation /*.md .
126126 jupyter-book build . --path-output public
127127 - run : mv public/_build/html public_html
128128 - run : touch public_html/.nojekyll
File renamed without changes.
Original file line number Diff line number Diff line change 1- format : jb-book
1+ format : jb-documentation
22root : README
33chapters :
44- file : intro.md
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11channels :
22- conda-forge
33dependencies :
4- - jupyter-book
4+ - jupyter-documentation
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments