Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 14, 2024
1 parent 3db9430 commit 2e5c614
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,4 +31,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.pixi
*.egg-info
.ipynb_checkpoints/

18 changes: 5 additions & 13 deletions docs/Hello.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,26 @@
"cells": [
{
"cell_type": "markdown",
"id": "b8b9b503-b766-478b-8c6b-67467362029d",
"id": "0",
"metadata": {},
"source": [
"# Starting document"
]
},
{
"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!\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f32a577e-5098-4070-b58b-274d4314cb07",
"id": "2",
"metadata": {},
"outputs": [],
"source": []
Expand Down
6 changes: 3 additions & 3 deletions docs/notebook1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "0a91cd30",
"id": "0",
"metadata": {},
"source": [
"# Jupyter Notebook"
Expand All @@ -11,7 +11,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d9736bba",
"id": "1",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -28,4 +28,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 2e5c614

Please sign in to comment.