Fix notebooks.yml

This commit is contained in:
carlocagnetta 2023-11-02 15:21:15 +01:00 committed by Michael Panchenko
parent bbe5da41f7
commit c175f7647e
3 changed files with 6 additions and 6 deletions

View File

@ -30,9 +30,6 @@ jobs:
- name: Install the project dependencies
run: |
poetry install --with dev
notebooks:
runs-on: ubuntu-latest
steps:
- name: build books
run: poetry run jupyter-book build notebooks
- name: Github Pages action

View File

@ -50,7 +50,8 @@
"tags": [
"hide-cell",
"remove-output"
]
],
"is_executing": true
},
"outputs": [],
"source": [
@ -75,7 +76,8 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [],
"is_executing": true
},
"outputs": [],
"source": [
@ -131,7 +133,8 @@
"base_uri": "https://localhost:8080/"
},
"id": "G9YEQptYvCgx",
"outputId": "2a9b5b22-be50-4bb7-ae93-af7e65e7442a"
"outputId": "2a9b5b22-be50-4bb7-ae93-af7e65e7442a",
"is_executing": true
},
"outputs": [],
"source": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB