Skip to content

Commit 106574d

Browse files
committed
Fix Workflow
1 parent 48c1860 commit 106574d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/python-app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ jobs:
200200
with:
201201
python-version: "3.11"
202202

203+
- name: Sync changelog to docs
204+
run: |
205+
cp CHANGELOG.md docs/changelog.md
206+
echo "✅ Synced changelog to docs"
207+
203208
- name: Install documentation dependencies
204209
run: |
205210
python -m pip install --upgrade pip

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.5] - 2025-07-08
11+
12+
### Fixed
13+
- Fixed Docs deployment
14+
1015
## [2.1.4] - 2025-07-08
1116

1217
### Fixed

0 commit comments

Comments
 (0)