Skip to content

Commit aa95762

Browse files
committed
Fixed doc generation
1 parent 61a4b41 commit aa95762

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/docs-final.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on:
44
push:
55
branches: [ "master" ]
66

7-
permissions:
8-
contents: read
9-
pull-requests: write
10-
pages: write
11-
127
jobs:
138
build:
149

1510
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
pages: write
1615

1716
steps:
1817
- name: Checkout

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ serialize = [
266266
"{major}.{minor}.{patch}"
267267
]
268268
message = "Version updated from {current_version} to {new_version}"
269-
pre_commit_hooks = ["uv sync --upgrade"]
269+
pre_commit_hooks = ["uv sync --upgrade", "git add uv.lock"]
270270

271271
[tool.bumpversion.parts.dev]
272272
values = ["release", "post"]

0 commit comments

Comments
 (0)