Skip to content

Commit 130fc63

Browse files
authored
[DOC] Add local documentation preview (#1149)
* DOC: Add local documentation preview * Update CHANGELOG.md
1 parent fa6c284 commit 130fc63

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/docs-preview.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
pip install .
3131
mkdocs build
3232
33+
- uses: actions/upload-artifact@v3
34+
with:
35+
name: website
36+
path: site/
37+
3338
- name: Deploy docs preview to Netlify
3439
uses: nwtgck/[email protected]
3540
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [INF] Update `mkdocstrings` version and to fit its new coming features. PR #1138 @Zeroto521
1818
- [BUG] Force `math.softmax` returning `Series`. PR #1139 @Zeroto521
1919
- [INF] Set independent environment for building documentation. PR #1141 @Zeroto521
20+
- [DOC] Add local documentation preview via github action artifact. PR #1149 @Zeroto521
2021

2122
## [v0.23.1] - 2022-05-03
2223

0 commit comments

Comments
 (0)