File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,22 +19,27 @@ jobs:
1919 environment :
2020 name : github-pages
2121 url : ${{ steps.deployment.outputs.page_url }}
22+ defaults :
23+ run :
24+ shell : bash -leo pipefail {0}
2225 runs-on : ubuntu-latest
2326 steps :
2427 - uses : actions/checkout@v5
2528
2629 - name : Set up Pages
2730 uses : actions/configure-pages@v5
2831
29- - name : Set up Python
32+ - name : Set up conda env
3033 uses : mamba-org/setup-micromamba@v2
3134 with :
3235 environment-file : environment.yml
3336 cache-environment : true
3437
38+ - name : Install JB2
39+ run : python -m pip install -U --pre "jupyter-book==2.*" --no-deps -v
40+
3541 - name : Build HTML
36- run : jupyter-book build --html --execute --strict --ci
37- shell : micromamba-shell {0}
42+ run : jupyter book build --html --execute --strict --ci
3843
3944 - name : Upload artifact
4045 uses : actions/upload-pages-artifact@v4
Original file line number Diff line number Diff line change 1515 " title: Viz\n " ,
1616 " subtitle: Visualizing native-grid output in Python\n " ,
1717 " label: page:viz\n " ,
18+ " kernelspec:\n " ,
19+ " name: python3\n " ,
1820 " ---"
1921 ]
2022 },
You can’t perform that action at this time.
0 commit comments