File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8989 papermill aiida_simple.ipynb aiida_simple_out.ipynb -k "python3"
9090 papermill jobflow_simple.ipynb jobflow_simple_out.ipynb -k "python3"
9191 papermill pyiron_base_simple.ipynb pyiron_base_simple_out.ipynb -k "python3"
92- papermill universal_workflow_simple.ipynb universal_workflow_simple_out.ipynb -k "python3"
92+ papermill universal_workflow_simple.ipynb universal_workflow_simple_out.ipynb -k "python3"
93+
94+ book :
95+ runs-on : ubuntu-latest
96+ steps :
97+ - uses : actions/checkout@v4
98+ - uses : conda-incubator/setup-miniconda@v3
99+ with :
100+ auto-update-conda : true
101+ python-version : " 3.12"
102+ environment-file : book/environment.yml
103+ auto-activate-base : false
104+ - name : Install Jupyterbook
105+ shell : bash -l {0}
106+ run : |
107+ cp book/_config.yml .
108+ cp book/_toc.yml .
109+ cp book/*.md .
110+ jupyter-book build . --path-output public
111+ - run : mv public/_build/html public_html
112+ - run : touch public_html/.nojekyll
File renamed without changes.
You can’t perform that action at this time.
0 commit comments