diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 577913d..d6e2e13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,11 +13,11 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 with: - enablement: 'true' - - uses: prefix-dev/setup-pixi@v0.6.0 + enablement: "true" + - uses: prefix-dev/setup-pixi@v0.6.0 with: path: ./_build/html - + deploy: environment: name: github-pages @@ -31,4 +31,4 @@ jobs: runs-on: ubuntu-latest steps: - id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4 diff --git a/.gitignore b/.gitignore index fcfe6b0..7cbf765 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ .pixi *.egg-info .ipynb_checkpoints/ - diff --git a/docs/Hello.ipynb b/docs/Hello.ipynb index 3f8d98c..cb1c2da 100644 --- a/docs/Hello.ipynb +++ b/docs/Hello.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "b8b9b503-b766-478b-8c6b-67467362029d", + "id": "0", "metadata": {}, "source": [ "# Starting document" @@ -10,18 +10,10 @@ }, { "cell_type": "code", - "execution_count": 1, - "id": "086f6c1d-4e2d-4a97-85fb-c61cd55634d7", + "execution_count": null, + "id": "1", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Hello World!\n" - ] - } - ], + "outputs": [], "source": [ "print(\"Hello World!\")" ] @@ -29,7 +21,7 @@ { "cell_type": "code", "execution_count": null, - "id": "f32a577e-5098-4070-b58b-274d4314cb07", + "id": "2", "metadata": {}, "outputs": [], "source": [] diff --git a/docs/notebook1.ipynb b/docs/notebook1.ipynb index db6bdf8..2bf6eda 100644 --- a/docs/notebook1.ipynb +++ b/docs/notebook1.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "0a91cd30", + "id": "0", "metadata": {}, "source": [ "# Jupyter Notebook" @@ -11,7 +11,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d9736bba", + "id": "1", "metadata": {}, "outputs": [], "source": [ @@ -28,4 +28,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}