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 - name: Install the project dependencies
run: | run: |
poetry install --with dev poetry install --with dev
notebooks:
runs-on: ubuntu-latest
steps:
- name: build books - name: build books
run: poetry run jupyter-book build notebooks run: poetry run jupyter-book build notebooks
- name: Github Pages action - name: Github Pages action

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB