Skip to content

Commit ec64cb0

Browse files
committed
Update Chore
1 parent cb74e1d commit ec64cb0

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.github/workflows/python-deploy-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Publish Website to GitHub Pages
22
on:
33
push:
4+
paths:
5+
- docs/**
46
branches:
5-
- stable
6-
- development
7+
- "**"
78

89
# Manual trigger
910
workflow_dispatch:

pdm.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cppython = "cppython.test.pytest.fixtures"
4949
[dependency-groups]
5050
lint = ["ruff>=0.14.5", "pyrefly>=0.41.3"]
5151
test = ["pytest>=9.0.1", "pytest-cov>=7.0.0", "pytest-mock>=3.15.1"]
52-
docs = ["zensical>=0.0.7"]
52+
docs = ["zensical>=0.0.8"]
5353

5454
[project.scripts]
5555
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)