Skip to content

Commit f7453b9

Browse files
committed
Siva | minor bugfixes
1 parent 7025301 commit f7453b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Documentation
1+
name: Deploy Docs
22

33
on:
44
workflow_dispatch:
@@ -30,7 +30,7 @@ jobs:
3030
uses: astral-sh/setup-uv@v6
3131

3232
- name: Set up Python
33-
run: uv python install 3.12
33+
run: uv python install 3.8
3434

3535
- name: Install dependencies
3636
run: uv sync --group dev

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
site_name: nestedutils
33
site_description: The lightweight Python library for safe, simple, dot-notation access to nested dicts and lists. Effortlessly get, set, and delete values deep in your complex JSON, API responses, and config files without verbose error-checking or handling KeyError exceptions.
44
site_author: Y. Siva Sai Krishna
5-
site_url: "https://pypi.org/project/nestedutils"
5+
site_url: "https://ysskrishna.github.io/nestedutils"
66
repo_name: "ysskrishna/nestedutils"
77
repo_url: "https://github.com/ysskrishna/nestedutils"
88
copyright: Copyright © 2025 Y. Siva Sai Krishna

0 commit comments

Comments
 (0)