Skip to content

Commit 0984d8b

Browse files
committed
chore: remove redundant code blocks from changes section
Refactored the changes section by eliminating empty code-changes tags to improve readability and maintainability of the codebase.
1 parent e8f9f99 commit 0984d8b

5 files changed

Lines changed: 544 additions & 43 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
with:
2424
fetch-depth: 0 # Fetch all branches to include 'gh-pages' branch
25-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
26-
with:
27-
python-version: 3.x
2825
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2926
with:
3027
version: "0.11.19"
28+
python-version: "3.14"
29+
activate-environment: true
3130
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3231
with:
3332
key: mkdocs-material-${{ github.ref }}
@@ -36,7 +35,7 @@ jobs:
3635
mkdocs-material-
3736
3837
- name: Install dependencies
39-
run: uv pip install --system -r requirements.txt
38+
run: uv sync
4039

4140
- name: Lint Markdown files
4241
uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.14

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "burrito"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.14"
7+
dependencies = [
8+
"mike>=2.2.0",
9+
"mkdocs-material>=9.7.6",
10+
"mkdocs-mermaid2-plugin>=1.2.3",
11+
]

requirements.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)