Skip to content

Commit e4a257a

Browse files
committed
ci(docs): copy changelog to English docs directory
1 parent 8924f18 commit e4a257a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/configure-pages@v5
1919
- uses: actions/checkout@v5
20-
- run: cp CHANGELOG.md docs/changelog.md
20+
- run: cp CHANGELOG.md docs/zh/changelog.md && cp CHANGELOG.md docs/en/changelog.md
2121
- uses: actions/setup-python@v5
2222
with:
2323
python-version: 3.x

0 commit comments

Comments
 (0)