File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
with :
14
14
auto-update-conda : true
15
15
python-version : " 3.12"
16
- environment-file : book /environment.yml
16
+ environment-file : documentation /environment.yml
17
17
auto-activate-base : false
18
18
- name : Install Jupyterbook
19
19
shell : bash -l {0}
20
20
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 .
24
24
jupyter-book build . --path-output public
25
- - run : mv public/_build/html public_html
26
- - run : touch public_html/.nojekyll
25
+ mv public/_build/html public_html
26
+ touch public_html/.nojekyll
27
27
- name : Deploy 🚀
28
28
uses : JamesIves/github-pages-deploy-action@3.7.1
29
29
with :
Original file line number Diff line number Diff line change @@ -107,22 +107,22 @@ jobs:
107
107
papermill pyiron_base.ipynb pyiron_base_out.ipynb -k "python3"
108
108
papermill universal_workflow.ipynb universal_workflow_out.ipynb -k "python3"
109
109
110
- book :
110
+ documentation :
111
111
runs-on : ubuntu-latest
112
112
steps :
113
113
- uses : actions/checkout@v4
114
114
- uses : conda-incubator/setup-miniconda@v3
115
115
with :
116
116
auto-update-conda : true
117
117
python-version : " 3.12"
118
- environment-file : book /environment.yml
118
+ environment-file : documentation /environment.yml
119
119
auto-activate-base : false
120
120
- name : Install Jupyterbook
121
121
shell : bash -l {0}
122
122
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 .
126
126
jupyter-book build . --path-output public
127
- - run : mv public/_build/html public_html
128
- - run : touch public_html/.nojekyll
127
+ mv public/_build/html public_html
128
+ touch public_html/.nojekyll
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments