Skip to content

Commit be2a7bd

Browse files
committed
ci(docs): ship changelog + markdown pages
1 parent 451ab8c commit be2a7bd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474
7575
# Copy markdown docs
7676
cp -r docs/*.md docs-deploy/ 2>/dev/null || true
77+
cp -r docs/*.md docs-deploy/api/ 2>/dev/null || true
78+
79+
# Copy changelog (linked from TypeDoc sidebar)
80+
cp CHANGELOG.md docs-deploy/ 2>/dev/null || true
81+
cp CHANGELOG.md docs-deploy/api/ 2>/dev/null || true
7782
7883
# Copy README as index
7984
cp README.md docs-deploy/

0 commit comments

Comments
 (0)